7/4/2025 9:31:22 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.
|
|
|
|
String Expression based on extended entity property
Posted: 16 Sep 09 12:27 PM
|
I am trying to set the String Expression for an Entity to be a value from an extended entity. Does anyone know if this is possible, and if so, what the syntax is? I've tried: ${theextendedentity.theproperty}, but that throws an error. |
|
|
|
Re: String Expression based on extended entity property
Posted: 17 Sep 09 6:56 AM
|
I haven't played around much with the Expression directly, but you may try this as a Workaround:
On the Main Entity, add a New Code Property. On the Code Property, make it return a String which is the value of your ExtendedEntity.Property (check for null, etc). On the String Expression, use your new Property, no need to try to link here to the Extended Entity.
Again, this may not be the best answer, but I am pretty sure it will get you going. |
|
|
| |
|
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!
|
|
|
|
|
|
|
|