One could create a report that returned the items posted from this item by querying at runtime where the "parent item" field here contained the current item. Embed the report and map the QAR ( query at runtime ) to _RecordID to use the current item's record id. And the return results would be all items posted from this item:
Differences Between Versions else if(isQARSelected && cntValues > 1) { alert( strValueCannotBeAddedToQAR ); +if (isMobileDevice()) +return false; // if we have QAR && some other vals checked on mobDevice, we do not allow to save it break; } else if ( cntValues > 1 ) @@ -1020,32 +1102,20 @@
In this example, we have a user field on this item's form and we want to display additional information about that user on this form as well. To do this, we will use an embedded report that queries the contacts table with a " query at runtime " for the users within the user field.