Sage SalesLogix
  • Contact Us
  • Sage North America
800-643-6400
Welcome Twitter Facebook LinkedIn
Community Home Blogs Share Ideas Search Request Access Resources
Reply
Copper Elite Contributor
henrycohen29
Posts: 70
Registered: 04-30-2009

SLX Web 7.5.1 - Snippet property in Lookup Control

Hi All,

 

I am doing web development in SLX Web 7.5.1. 

 

I created a lookup with several columns in it. I would like one of the columns to be a snippet property of the entity that I created through the App Architect.

 

Is this possible? If so, how?

 

Thanks!

 

~ Henry

Please use plain text.
Moderator
jperona
Posts: 232
Registered: 05-07-2008

Re: SLX Web 7.5.1 - Snippet property in Lookup Control

Custom Properties can only be bound when using entity objects, and Lookups use an HQL mechanism.  Best practice would be to map you property to a Calculated Field.

 

 

John Perona

Director, SalesLogix Engineering

Sage SalesLogix

Sage

Please use plain text.
Copper Elite Contributor
henrycohen29
Posts: 70
Registered: 04-30-2009

Re: SLX Web 7.5.1 - Snippet property in Lookup Control

Thanks. The native slx calculated field, is limited to simple math/string concatenation operations. This is why the custom snippet property is a great feature, but we are seeing that many of our clients would like to query and lookup such fields. Some clients event want it on Group Layouts and such. Although they use different querying methods, is there a plan in place to have everything query off the entity model? Or expose such entity custom property fields to other areas of the application?

 

Thanks!

~ Henry

Please use plain text.
Moderator
jperona
Posts: 232
Registered: 05-07-2008

Re: SLX Web 7.5.1 - Snippet property in Lookup Control

It's definitely on the drawing board, can you give me a use case so we can continue to refine our story.

John Perona

Director, SalesLogix Engineering

Sage SalesLogix

Sage

Please use plain text.
New Member
gary_blakely@hotmail.com
Posts: 1
Registered: 06-30-2011

Re: SLX Web 7.5.1 - Snippet property in Lookup Control

This is an old post, but having found it for the same reasons the original poster posted it, I'd like to share my use case.

 

A client needs the Account Manager to be limited to 2 specific user types, ideally I'd like to filter a User Lookup with the value of a snippet property which checks the user type against these two cases. Since there are no conditionals in the SLX calculated fields it looks like I am going to have to create a custom form for a simple filtering of a user lookup by the user type.

 

 

Please use plain text.