Is there a way to not provision empty attributes in CREATEACCOUNTJSON in SAP connector?I'm looking for the same behaviour as SAVIYNTNOTCHANGED keyword in UPDATEACCOUNTJSON or SUPPORTEMPTYSTRING option in AD connector.
Hi,we are trying to provision mobile phone number to SAP via SAP connector. For that purpose we added the following bit to CREATEACCOUNTJSON:"ADDTEL": {"TELEPHONE": "${user.secondaryPhone}","R_3_USER": "3"},according to docs of BAPI_USER_CREATE1, thi...
Hi,in SAP we have an UPDATEACCOUNTJSON like this:{"ADDRESS": {"LASTNAME": "${user.lastname}","FIRSTNAME": "${user.firstname}","BUILDING_P": "${user.customproperty10}","TEL1_NUMBR": "${user.phonenumber}","DEPARTMENT": "${user.departmentname}","E_MAIL"...
Hi,is there a way to cross check what to request between different entitlement types?For instance, take an Endpoint with three entitlement types: A, B and C. What we want to do, is to ensure that exactly one entitlement of either A, B or C is request...
For forms with dynamic attributes we'd like to control which attributes can be viewed/changed by different groups of users.For example, in the user update request, a user should be able to view their own data, but only update e.g. phone number. A ser...
Tried once more with exactly copying yours, just to be sure:Error while createAccountSAP - No such property: undefined for class: SimpleTemplateScript2263Do you by any chance know if this might not be available in 2021.0 yet? Otherwise I would open a...
Doesn't work either:"E_MAIL": "${if(user.email != null && user.email?.length() > 0) {user.email} else undefined}"Leads to:Error while createAccountSAP - No such property: undefined for class: SimpleTemplateScript2655
Already tried that. If I'm using that we are always getting syntax errors:Error while createAccountSAP - No such property: undefined for class: SimpleTemplateScript1339e.g. for"E_MAIL": "${if(user.email != null && user.email?.length() > 0) {user.emai...