When I have an EDIT operation in a query, I can select BOTH the Form and the FORM SECTION.
When I call the EDIT operation in a process, I can only select the FORM and not the FORM SECTION.
Am I missing something? Is there a way to select the section? Can this be done with an EXEC_SCRIPT?
In the Rules Language the VIEW (or EDIT) look like:
VIEW AttributeIdentifier() [ USING Id() or StringLiteral() ]
So, I know what the string literal is. But what is the ID? I can assign an ID to a section and not to a form, so what can I use for the ID?
Thanks
Bruce