
I posted a while back about creating missing client functionality in the SalesLogix Web Client. In that post, I shared a screenshot of a custom “Account Hierarchy” screen I built for the SalesLogix Web Client. I’ll be sharing that screen in the Customer FX Labs in the future. For now, I’ll cover how to add the lookup for “Parent Account” on the Account Details form.
To add the Account Parent Lookup to the AccountDetails form, add the Lookup and then set the following properties:
-
Caption = “Parent:”
-
Allow Clearing Result = True
-
DataBindings = Map ParentId to LookupResultValue
-
Lookup Entity Name = Account
-
Lookup Binding Mode = String
-
Return Primary Key = True
-
Enable Hyperlinking = True
-
LookupProperties = Select the columns you want available in the Lookup
The result will look like this (after building the web platform and redeploying):
For these steps I am linking it as a string instead of using a relationship for an object property. I wanted to avoid the circular relationship from account back to account. Stay tuned for my Account Hierarchy Form to be available soon in the Customer FX Labs.
Allen, I don’t have access to a v8 system at the moment to confirm, but I don’t believe that there is anything ootb to show/modify parent so you’d have to add something like this as a customization.