cancel
Showing results for 
Search instead for 
Did you mean: 

MSA: Contact Permission filed

Former Member
0 Kudos

Dear colleagues,

In CRM, trx BP --> Status tab, there is a filed "Contact" with values Allowed, Disallowed. In MSA, I can not see any values in the same dropdown. This means object download relvenant to contact permission does not happened. I tried to find out the object, but could not find it.

Please do let me know the object which will populate this dropdown in MSA.

Regards

Yatin

Accepted Solutions (1)

Accepted Solutions (1)

KaushalShah
Active Contributor
0 Kudos

Hi,

In MSA this dropdown is not populated by any table / download object.

It is populated by choicefield "Contact". Maintain values for this choicefield, and it should work.

Ideally, values for this choicefield should be populated by standard SAP. Standard values for MSA are 1 (Allowed), 2 (Disallowed) and 3 (Check permission).

Hope this helps.

Regards,

Kaushal

Former Member
0 Kudos

Thanks Kaushal,

In CRM, we have all mentioned 3 values, but MSA dropdown is empty.

When you say, maintain values of chaoice field CONTACT, where do I have to do it? Please advice.

Regards

Yatin

KaushalShah
Active Contributor
0 Kudos

Open MSY. Go to Cross-Component Settings > Choice Fields.

On top left tile, scroll down till you see a choice field by the name "CONTACT". Select it.

In mid-left tile (choice field values) create three new entries with choice field values 1, 2 and 3. Maintain appropriate description for all three in mid-right tile (choice field value description).

Save. Now restart MSA. Your drop-down should be populated.

Just in case, you can't find a choice field by the name "CONTACT", create a new one.

Regards,

Kaushal

Former Member
0 Kudos

Can the Contact Permission value somehow be defaulted to "Allowed" in MSA?

Regards

Yatin

KaushalShah
Active Contributor
0 Kudos

Sure. In BP Details tile, write code in anchor's afterNewContent event. Code should look something like:

ctrlctrlContact.value = 1 (assuming 1 is allowed).

Hope this helps.

Regards,

Kaushal

Answers (0)