6/19/2026 9:26:43 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 the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
|
|
|
|
table linked to the table account - recover the account name
Posted: 04 Jun 08 11:33 AM
|
I have a table linked to the table account, and must recover the account name. how should I proceed, it would be more or less like this:
Sage.Entity.Interfaces.IAccount objaccount = minhatabela.ACCOUNTID the Sage.Entity.Interfaces.IAccount;
Thank |
|
|
|
Re: table linked to the table account - recover the account name
Posted: 04 Jun 08 12:15 PM
|
Does your entity have a relationship with the Account entity? If so then you can use the object properties from the relationship to get the account. Do you know what I mean? If it does not have a relationship, should it?
If you have an accountid and need it's corresponding account you can do this as well:
IAccount account = Sage.Platform.EntityFactory.GetById("MYACCOUNTID");
Make sense?
-Ryan |
|
|
| |
|
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!
|
|
|
|
|
|
|
|