Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Tuesday, November 26, 2024 
 
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!
 Architect Forums - SalesLogix Scripting & Customization
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.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Scripting & Customization | New ThreadView:  Search:  
 Author  Thread: Add note to Opportunity
Keri
Posts: 17
 
Add note to OpportunityYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 21 Jul 06 9:05 AM
fiogf49gjkf0d
Hi guys, further to my thread on firing phone calls and to-dos from buttons on forms, i have read the SLX developer PDF and can't find a way of calling the add note facility.

Can anyone point me in the right direction please



Also off on a tangent but don't really want to start a seperate thread for it, what is the correct syntax for using "Application.BasicFunctions.SystemInfoFor"

i have tried

msgbox Application.BasicFunctions.SystemInfoFor "BuildNumber"

but it dies.

Thanks guys
[Reply][Quote]
Rick Smith
Posts: 96
 
Re: Add note to OpportunityYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 22 Jul 06 7:42 AM
fiogf49gjkf0d
Not sure if this is the optimal approach, but this has worked for me to add a Note:

Application.BasicFunctions.CreateCompletedActivity "Note", "", m_strOPPORTUNITYID, m_strREGARDING, m_strNOTETEXT, Application.BasicFunctions.CurrentUserID
[Reply][Quote]
Keri
Posts: 17
 
Re: Add note to OpportunityYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 24 Jul 06 7:55 AM
fiogf49gjkf0d
Thanks Rick, the Note adding works perfectly

Can anyone help with the "SystemInfoFor" functions ?

Thanks,
Keri.
[Reply][Quote]
Ryan Farley
Posts: 2265
slxdeveloper.com Site Administrator
Top 10 forum poster: 2265 posts
 
Re: Add note to OpportunityYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 24 Jul 06 5:05 PM
fiogf49gjkf0d
Quote:
Originally posted by Keri

Also off on a tangent but don't really want to start a seperate thread for it, what is the correct syntax for using "Application.BasicFunctions.SystemInfoFor"

i have tried

msgbox Application.BasicFunctions.SystemInfoFor "BuildNumber"

but it dies.


What exactly do you mean by "it dies"? What is your error message? The parens are missing from the line in your post, is there some other error you get (besides that one)?

This should work:

MsgBox Application.BasicFunctions.SystemInfoFor("BuildNumber")


Also, if the version number is what you're after, you could also use this:

MsgBox Application.Version
[Reply][Quote]
 Page 1 of 1 
  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!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2024 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 11/26/2024 5:52:48 AM