function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ankita Gupta 65Ankita Gupta 65 

Versioning of records

Hi All,
I have a complex requirement with below details:
1. I need to create a custom survey form with configurable questions (Admin can configure(add,update,delete) the questions) for a selected Brand
2. Each time the admin adds a new question, deletes/edits an existing one then the user should be able to fill a new version of this form while the forms submitted with previous version must be retained.
Can you help me with the data model for such scenario and the logic for maintaing the version history.


 
Ashish DevAshish Dev
Just evaluate current survey apps on appexchange, i think those should be good for your requirements. 
Ankita Gupta 65Ankita Gupta 65
@Ashish That's not an option in my case. I need to develop the solution