11/26/2024 1:26:42 PM
|
|
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.
|
|
|
|
About create the activity attributes
Posted: 11 Sep 06 10:48 PM
|
fiogf49gjkf0d How to auto set the attributes of the activity form:
1. Account Name
2. Contact Name.
3. Set Alarm = T
using Application.BasicFunctions.CreateActivity "To-Do", strContactID, "", strRegarding, strNotes, "" can only set the contactId, regarding, notes, leader. |
|
|
|
Re: About create the activity attributes
Posted: 18 Sep 06 6:04 PM
|
fiogf49gjkf0d By setting the contactid you are setting the contact name (it will display the contact name for the corresponding contactid). Accountid will set based on the contactid value's parent account (no way to set it to something else, it has to be the account for the contactid passed).
No way to pass in a value for alarm (unless you use the script that fires when it is saved to set the alarm value in the database) |
|
|
|
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!
|
|
|
|
|
|
|
|