Question
Change all app prefixes referenced in all expression rules to a different app prefix
Hi team
Here is my use case:
- Duplicate an app that exists in one schema to a different schema (for data separation)
- Recreate every object in the SAM app in the SAL app
- In creating the SAL schema, convert all instances of a!queryEntity() to a!queryRecordType()
- Temporarily leave the SAM app in place so I can compare SAL functionality against SAM functionality
Completed so far:
- Created the new schema (SAL)
- Set up the new synchronised record types
- Duplicated or created every object that exists in SAM into SAL
- Ensured the SAL site has the same layout as the SAM site
Questions I need answers for:
- Is there a way to do a bulk find and replace to change all references in every expression from SAM to SAL, or do I have to manually update each individual expression?
- I get a warning that type SAL does not exist every time I try to change 'type!{urn:com:appian:types:SAM}SAM_SoftwareOnboardingCase'
- Is there a standardised way to convert an a!queryEntity() expression to an a!queryRecordType() expression?
Any help would be greatly appreciated!
Blessings
Stephen
