cancel
Showing results for 
Search instead for 
Did you mean: 

Validate Group Name in FSM Mobile

Joao
Explorer
0 Kudos
595

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

View Entire Topic
Yanik_Kurzawski
Participant

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

Expressions | SAP Help Portal

Greetings

Yanik

Joao
Explorer
0 Kudos

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