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 // the QBE functions when it returns to select the correct values break; } + case 'P': + { + // Populate the multiselect if we're not QAR
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 @@