I find myself repeating similar code for populating the Rich Text field in all of these forms. Is it possible to pass a record to a function? For example:
- parentRec = Cat1 [ID == input.Cat1];
- rtLinkBack = LinkBack(parentRec, "Cat1");
Right now I do this in each form: