Let’s say I have ‘ngUi’ module in my ORG.
However, some skuid pages are created without belonging to any module.
I want to put them under ‘ngUi’ module.
How could I do that in a quick way?
Through the skuid page builder, I could not see the ‘ABC’ module on the options.
'I believe the things I need to do are
- Put the ‘ngUi_’ as the prefix for the corresponding xml and json meta files and
- open the JSON meta file. Update the correct values with ‘uniqueId’ and ‘module’ value?
Am I correct on migrating those SKUID pages to a specific module?
Thanks