I have a set of forms (tables) that are common and needed in a number of applications within a Zoho account. I would like to avoid duplicating the forms and its data in every application.
These tables reside in Application A.
Now when I am creating forms in Application B, I can reference these tables of Application A in Look ups without any issue. However, if I try to write Deluge code in HTML pages in Application B, it does now seem to work.
Here is how I am referencing form of Application A in Application B:
for each rec in ApplicationA.FormOfA
But this does not seem to work.
Thanks in advance for looking up my post.