6/20/2013 1:52:28 AM
|
| |
| slxdeveloper.com Community Forums |
|
| |
|
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.
|
|
|
|
Calling Insert Contract
Posted: 08 Jun 10 11:46 PM
|
Hello! I'm trying to make Contract Insertion on some Sales Porocess. The problem is that in the main menu it is called a function (call Insert Contract), and Sales Process doesn't support "Call Function".
How to call this action (Function, Argument - Insert: Contract) by the script? |
|
|
|
Re: Calling Insert Contract
Posted: 09 Jun 10 1:25 AM
|
I found the solution:
Application.BasicFunctions.DoInvoke "Function", "Insert:Contract"
Thanks a lot! |
|
|
|
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!
|
|
|
|
|
|
|
|