2) Add Single-Selection/Multi-Selection field to table with some custom values defined in field property editor; 3) Add Single- Relational field to same table and map it to same table (as it set by default); 4) Add Sub-Relational field to same table and map it to previously configured Single-Relational field in same table and set Single-Selection/Multi-Selection field as Sub-Field;
When using a sub-relational field that is pointing to a binary field as it's sub -field in the "if" condition section of the form action and then specifying one of the binary field values , the form action does not display the value . It displays '(Undefined)'
Steps to reproduce 1) In SBM Composer, create a Single Selection field called "Field A". Add "x", "y" and "z" values 2) Create a Single Relational field called "Field B" and make it point to the current primary table
Form actions and rules used in form actions are not evaluating the "(None)" value in relational, multi-relational, and sub-relational fields as empty when checking "Is Field Empty".
If you use advanced value searching (icon next to find button) on a transition form to set the value of a relational field , the sub-relational field associated with it does not refresh to the value that belongs to the newly selected relational field value . Selecting the relational field value using any other method will refresh the sub-relational field correctly. Also, the fields will display correctly if you click OK to complete the transition and then view the item.
In Composer bind the field to the appropriate [ID] field. At runtime (State Form ), if the driving relational field is not set , then the iValue in the sub-relational field span contains "(None)". The iValue should contain "0" which is what it is set to if the driving relational field is set to an item that has '(None)' as the value in the sub-relational (single selection) field.
A Form Action set to display a message when an change is made to a Multi Relational field does not display the message. Seems to work for all other field types.
... Legacy Mode submit form . ... on the submit form and then go ... ... =0& Action =&PostTransitionId ... F3748 is for the single relational field "Category". This field' selection mode is set to “single drop-down list". ... 5) Click “Enter” to display the submit form in the new tab. The "Category" field is correctly set to "Application" as expected. ... When the user tries to open the submit form from the copied and amended URL, the "Category" field is not populated.