We have a need to be able to have a form dynamically assign a license to an account in LFDS & Forms without waiting for both to sync to AD. The process is that anyone can submit a form but they only have X amount of Participant Licenses. Right now we have the form
- Look to see if the approver we are routing to has a license
- If not, put in IT queue to add them to the AD group, sync LFDS, and then sync Forms
What we would like is to be able to have the form:
- Look to see if the approver we are routing to has a license
- If not, email IT to put them in appropriate AD group so when it syncs they keep the license
- Update LFDS to grant the user a participant license
- Update Forms to see the participant license granted in LFDS
The issues with waiting for the sync is that it can take awhile which is a problem if this is a rush approval, and we can't speed up the sync as it is already syncing 25,000+ users. Anyone know how to use Workflow to assign a license in LFDS and Forms without the full sync?