7/5/2025 2:29:27 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.
|
|
|
|
Requested lookup condition does not exist in the layout
Posted: 17 Aug 09 9:04 PM
|
In the ~/Masters/Base.Master file it has this web control called ClientGroupContextService
In the ONLOAD method of that it does the following command groupContext.CurrentGroupInfo.LookupTempGroup.AddLookupCondition(string.Format("{0}:{0}ID", groupContext.CurrentGroupInfo.TableName), entityID);
We have a Table that we created and it's one to one parent table is TICKET so the Primary ID of the table is just TicketID (since it's parents table is ticket)
The tables name is TicketDetails
But when we are looking at the form created for the TicketDetails page
this executes groupContext.CurrentGroupInfo.LookupTempGroup.AddLookupCondition(string.Format("{0}:{0}ID", groupContext.CurrentGroupInfo.TableName), entityID);
And tries to add TicketDetailsID to the Lookup Temp Group.... which obviously doesn't exist
The only way we were able to fix this was to add a TicketDetailsID column that we populate via a trigger with the TicketID
But this seems like a hack of course so I'm curious if we did something wrong... Or what?
Thank you |
|
|
|
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!
|
|
|
|
|
|
|
|