on 2022 Jul 01 10:00 AM
Hi Community,
Does anyone have details of a transform script for IPS to Target System for SFAnalytics where:
If there is no email address, then create email address in SFAnalytics to be "UserID"@SAP.Dummy.de
Request clarification before answering.
Hi Paul.
We use the following:
{
"sourcePath": "$.personKeyNav.userAccountNav.username",
"targetPath": "$.emails[0].value",
"functions": [
{
"type": "concatString",
"suffix": "@domain.com"
}
]
},
I hope I understood the question properly.
Kind regards,
Matt
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
8 | |
4 | |
4 | |
3 | |
3 | |
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.