Hi,
Originally the item property of my form is = varRecord; and it's used for the gallery to link to the form. However, since I have split my form, I need to set the item property of that form with Defaults('DemandForm');
I tried to set the item property as varRecord; Defaults('DemandForm'); but there is an error. I would like to ask how to accommodate them if i need to keep both of them in the item property.
Thank you.