function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
peekpeek 

Action checkboxes in related lists?

What are those little checkboxes to the left of related list entries?  They are right next to edit|delete.

Can you interact with those using list buttons?  As in, if a item in the list is checked, perform certain action?

Very simple question, but I couldn't find the answer easily in documentation or online.

Thanks,
Dave
gsickalgsickal
they are checkboxes you can select and then click on a custom button you have defined for a related list.  in this custom button, you can include onclick javascript or point to an scontrol where you can iterate over the selected items using the GETRECORDIDS construct and perform custom actions on each item in the list.  very nice and powerful.  search help on "GETRECORDIDS" for more info.

Message Edited by gsickal on 09-13-2007 09:48 AM