on 2022 Sep 27 9:18 PM
Hello,
I am new to FSM and I am trying to validate the customer Group Name in the Business Partner Mobile screen.
Let us say that I have 3 possible group names: Large Account, Small Account and Distributor. My goal is to allow the creation of the customer only if the group name is "Large Account".
I have tried several expressions in the "Advanced Settings" of the field businessPartner.groupName but without success.
Thank you in advance,
Joao
Request clarification before answering.
Hello Joao,
for this scenario to work you nedd following settings:
1.
2.
The validation error message is optional.
I created an UDF for this scenario but if you are using a standart FSM business partner field you would need an expression like this for example: ${businessPartner.groupName} == 'LargeAccount'
With this settings you can only create and edit businessPartner in the mobile app if your expression is true.
Other values for this field can only be used in FSM Master Data Management.
You can also read more Infos for this topic here:
Screen Configurator | SAP Help Portal
Greetings
Yanik
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Yanik,
Thank you for the answer and sorry for not replying before.
Your solution has worked exactly as you mentioned in the web version of the FSM. However, when I try to do the same thing for the Business Partner Mobile interface, the validation error shows up and block the customer create even if I select the expected group.
Please, see the screenshots below:
See below the message in the iPhone FSM client. You can see that I have selected the correct group name, but the validation is triggered anyway:
Do you think I am doing something wrong in the mobile screen configuration?
Thank you,
Joao
User | Count |
---|---|
6 | |
5 | |
4 | |
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.