Al momento non è possibile inviare moduli sul sito di supporto per pianificare la manutenzione. Se necessiti di assistenza immediata, contatta il supporto tecnico. Ci scusiamo per il disagio.
Questo articolo ti è servito per risolvere il problema?
Seleziona valutazione
Titolo
Checking the value of accountExpires in a Workflow
Descrizione
It is possible in a Workflow to filter or check for explicit values of the accountExpires attribute, like 0 or 9223372036854775807, using the equals or does not equal operators. However, all attempts to check a date range in a Workflow using the greater or equal or less or equal operators fails. For example, a Workflow filter which is attempting to compare the changed value of accountExpires to the value of the Workflow time plus some number of days will always fail.
Causa
This comparison must be performed against a scripted value.
Risoluzione
In order to compare the changed value of the accountExpires attribute to a date which is 365 days from today's date, create a script module which contains the following:
function convertTodaysDateAdd365($Request)
{
([datetime]::Today.AddDays(365)).tofiletime()
}
Perform the comparison against the value returned by this script module.
Feedback inviato
Questo articolo ti è servito per risolvere il problema?
Your Request will be reviewed by our technical reviewer team and, if approved, will be added as a Topic in our Knowledgebase.
Contenuti consigliati
Prodotto/i:
Active Roles
8.0 LTS
Argomento/i:
Troubleshooting
Cronologia articoli:
Data di creazione: 2/15/2018 Ultimo aggiornamento: 5/7/2023
Thank you for your feedback for Topic Request
Your Request will be reviewed by our technical reviewer team and, if approved, will be added as a Topic in our Knowledgebase.
Questo è il portale del supporto
Puoi trovare aiuto e supporto online per *prodotto* sul sito di supporto di un affiliato. Fai clic su Continua per essere reindirizzato ai contenuti e all'assistenza corretti per *prodotto*.
Internet Explorer 8, 9 e 10 non sono più supportati
Il portale One Identity non supporta più Internet Explorer 8, 9, e 10. Si consiglia di aggiornare il browser all'ultima versione di Internet Explorer o Chrome.