Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Friday, April 19, 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!
 External Development Forums - General External Development
Forum to discuss general external development topic (related or not to SalesLogix development). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to General External Development | New ThreadView:  Search:  
 Author  Thread: is there any procedure to openning the New Contact
veeranjan
Posts: 19
 
is there any procedure to openning the New ContactYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 05 Dec 06 9:08 AM
fiogf49gjkf0d
I am able to open perticular contact Form from saleslogix by using fallowing code
SalesLogix.SlxApplicationClass app = new SalesLogix.SlxApplicationClass();
app.BasicFunctions.ShowDetails("CONTACT","CGHEA0002696");
My question is is there any method to openning to new contact(which has no data) Form
[Reply][Quote]
Raul A. Chavez
Posts: 1300
Top 10 forum poster: 1300 posts
 
Re: is there any procedure to openning the New ContactYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 06 Dec 06 5:01 AM
fiogf49gjkf0d
There are several reasons why doing that directly wouldn't be such a great idea, but this is what I would do:

- Create a Contact Record with minimal information behind it, and open it up.
Minimal Info would be:
- AccountID (Have a way for user to select an account before hand)
- Create a Contact with info for Required Fields
- Create the necessary Address record for the Contact

The bad thing about it is that if the user doesn't complete the Contact you will be left with partial records all over the place (in other words, no way to cancel or undo)
[Reply][Quote]
Ryan Farley
Posts: 2265
slxdeveloper.com Site Administrator
Top 10 forum poster: 2265 posts
 
Re: is there any procedure to openning the New ContactYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 06 Dec 06 10:21 AM
fiogf49gjkf0d
Are you meaning you want to invoke the Add New Contact/Account dialog and have that open for the user?
[Reply][Quote]
veeranjan
Posts: 19
 
Re: is there any procedure to openning the New ContactYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 07 Dec 06 12:31 AM
fiogf49gjkf0d
thanx for quick response

Yes exactly
ryan what is the what is the procedure to open Add new contact/account dialog for user



[Reply][Quote]
Ryan Farley
Posts: 2265
slxdeveloper.com Site Administrator
Top 10 forum poster: 2265 posts
 
Re: is there any procedure to openning the New ContactYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 07 Dec 06 1:31 AM
fiogf49gjkf0d
Is this what you are after? http://www.slxdeveloper.com/forum.aspx?forumid=3003&postid=4946#4946
[Reply][Quote]
veeranjan
Posts: 19
 
Re: is there any procedure to openning the New ContactYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 07 Dec 06 2:31 AM
fiogf49gjkf0d
ryan,
tank you very much for your help
i have done my task successfully ....

slx.BasicFunctions.DoInvoke("Function", "Insert:ContactAccount");
what is the main purpose of theDoinvoke method and is any other function names like Inser:ContactAccount
if there please send me that list

once again many thanx
[Reply][Quote]
Ryan Farley
Posts: 2265
slxdeveloper.com Site Administrator
Top 10 forum poster: 2265 posts
 
Re: is there any procedure to openning the New ContactYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 07 Dec 06 9:59 AM
fiogf49gjkf0d
Here's an easy way to see those.

1) Open a legacy form in architect
2) Open the legacy toolbox (click the toolbox icon on the toolbar while the legacy form is in focus).
3) Select the "Actions" tab
4) Change the drop down to "Function"
5) Voilá. Now you can see them all!

BTW, you can also query the SecFunctions table as well to see them.

-Ryan
[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): 4/19/2024 5:06:20 AM