We have a web services connector for a target app with no entitlements—just basic account operations. Aggregation works, but account creation isn’t triggered, even with Lifecycle State and “Sources to Enable” set.
Any ideas on how to trigger account creation in this case?
create a dummy entitlement to initiate account creation.
2 Likes
@lokeshreddy9122
adding more to @Chaithu9110 response :
*Implement a before rule for entitlement aggregation and create a dummy role
*for add entitlement operation , if the plan entitlement is dummy , than make it return 200
*create an access profile to this dummy entitlement
*Iinclude this AP in LCS
2 Likes