Auto Change License Type using Fusion | Community
Skip to main content
New Participant
December 5, 2022
Solved

Auto Change License Type using Fusion

  • December 5, 2022
  • 1 reply
  • 723 views

I'm trying to automate my WF license change so that if the user has not been active for the past 3 months, it will automatically change his or her license to "Requestor." I'm running a scenario in Fusion to make this possible, but I'm not sure if my conditions and fields are correct. I would like to ask for some suggestions on how to run this. This is my first time using Fusion, and I'm a little perplexed by all the modules I've configured and am attempting to self-learn.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Rafal_Bainie

Here is my basic version:
Find users with last login date older than 3months, and currently having 1 of 2 relevant access levels:

Downgrade these users access:

Comments:
it's very basic scenario, for me it wouldn't be worth keeping it as a separate one, I would rather add these 2 modules to some other scenario that runs on regular basis OR build this one out to handle some other tasks as well. Assuming it would run on regular intervals.
Good luck!

1 reply

Rafal_Bainie
Rafal_BainieAccepted solution
New Participant
December 6, 2022

Here is my basic version:
Find users with last login date older than 3months, and currently having 1 of 2 relevant access levels:

Downgrade these users access:

Comments:
it's very basic scenario, for me it wouldn't be worth keeping it as a separate one, I would rather add these 2 modules to some other scenario that runs on regular basis OR build this one out to handle some other tasks as well. Assuming it would run on regular intervals.
Good luck!

A_ENAuthor
New Participant
December 7, 2022

Thank you @rafal_bainie for always answering my queries.