11/22/2024 10:55:51 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
|
|
|
|
LookupItemWithConditionByID
Posted: 27 Mar 06 1:19 PM
|
fiogf49gjkf0d I can use "Application.BasicFunctions.LookupItemWithConditionByID" to get the information I need just fine. However, it would be even better if I could have the lookup "create a temporary group containing all results." Is this possible with this function? |
|
|
|
Re: LookupItemWithConditionByID
Posted: 29 Mar 06 12:19 PM
|
fiogf49gjkf0d Look at:
Application.BasicFunctions.CreateTempAdHocGroup MainTable, GroupName, IDs, StartingID - Creates a temporary ad hoc group from a list of CRLF keys.
.. and ..
Application.BasicFunctions.CreateTempGroup MainTable, GroupName, WhereField, Op, WhereValue, StartingID - Creates a temporary group from the Main Table with a single Where clause applied.
HTH, Jon
|
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|