on ‎2019 Aug 28 10:41 AM
Hello,
We have got custom checkbox in WebUI on each contact which helps system to suppress communication.
Some abap logic:
...
LOOP AT lt_contact_data ASSIGNING FIELD-SYMBOL(<contact>) WHERE 'custom checkbox' = abap_true.
...
<rule>-is_suppressed = abap_true.
<rule>-reason = 'SUPPRESSED'.
...
Could we make this checkbox non changeable for import and changeable only for MKT?
I have already disabled this field from 'Marketing Data Import' in Custom Fields and Logic app but it did not help.
I mean currently if we receive all contact data without such field, in MKT system it is set to blank value.
Thanks in advance!
Request clarification before answering.
Hi fanyaff,
for the import if you do not pass the field in the payload or remove from the excel template as well it should not modify the flag value. can you try to call the import api without passing the value for your custom field and see if the data is updated on not.
Moreover, there are BADI's for contact update during import where your can write your logic to enable disable the value for your field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 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.