I was investigating the possibility to create a form out of the JSON text in a frm-file.
However, I run into the problem that the frm-files refer to a method with its UUID and there doesn’t seem to be a way to get the method by UUID (apart from scripting against the repository which is not recommended)
Reason to do this, is to be able to easily patch our production environment without having to import a whole solution (this is giving trouble in some situations)
i dont get it, what do you exactly want to create?
on a production server servoy cant create a form from a frm file (no support for deserializing that)
or do you create forms out of the json text your self through the solution model?
But we dont expose those uuid on our components or have methods that can get them by uuid.
jcompagner:
or do you create forms out of the json text your self through the solution model?
exactly, it’s just an ‘in between’ fix that we can do on the production server. There’s no easier way than to copy/paste the json text. ![Smile :)]()
jcompagner:
But we dont expose those uuid on our components or have methods that can get them by uuid.
If this can’t be the case I just have to find another way around I guess… ![Sad :(]()