can we put in GetObject other attribtue then nativeIdentity to fetch account? if so what is the format. i tried:
$getObject.uniqueArgument$ where uniqueArgument is a schema attribute not ID and not NAME
Hi Yaniv,
In webservice connector to fetch provisioning plan attributes such as nativeidentity or any other attribute you will need to use $plan.planNativeIdentity$
instead of $getObject.uniqueArgument$ so as per your requirements try using $plan.uniqueArgument$
if that value exists in the provisioning plan for your webservice connector this should populate the value else I would recommend checking your provisioning plan and modifying it accordingly.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.