on 2016 Apr 04 2:45 PM
Hi Experts I am new to SAP CRM Web UI. I have a project to enhance the CRM web ui account management. Requirement is whenever some one search the account details without specifying " ROLE" then result should contain 'ship-to-party' and 'bill-to-party' otherwise if user specify the "ROLE" in search criteria then it should work normally. Many thanks in advance . Regards Rav Singh
HI Ravneet,
The requirement is quite simple.
In the search event handler, you have the logic to create Dynamic query, pass selection parameters & then execute the query.
You would have to just check as a pre-condition if the Role is provided by reading the entity & then if there is no Role provided, add selection parameters Role as Ship-to and sold-to.
If the role is provided then follow the standard path.
Thanks,
Ravi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
11 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.