This is not the latest version of Identity Director documentation.View available documentation.
Configure file service attributes
In the Management Portal at Entitlement Catalog, on the Attributes tab of the service page, configure file attributes to store references to files that users upload or download. This allows you to automate company processes that depend on file distribution. This is very useful in onboarding scenarios, in which it becomes very easy for users to upload required information like a picture, an I9 form or a driver's license, and sent it to HR or the Corporate IT department. Other examples are scenarios in which users can upload relevant files such as expense reports or signed documents.
Examples
- When you assign a file service attribute to a page a Provide Information action, users can upload the requested file in a service transaction.
- When you insert a file service attribute as a placeholder in a Send Message action, #Service[<File Attribute Name>.Downloadlink], the file reference becomes available as a download link in the service transaction. When the user (e.g. someone at the HR department or Corporate IT) clicks this download link, a page opens that provides the following information about the file, after which the file can be downloaded:
- Service name
- File reference name
- Actor who uploaded the file
- File size
Configuration
Field | Explanation and Tips |
---|---|
File repository |
Specify the location that stores the uploaded files (Datastore by default).
|
Max. filesize (MB) |
Specify the maximum file size in MB.
|
Download link expiration (days) |
Specify in days when the download link expires.
|
Initial value |
Specify an optional default value of the service attribute. This value is overwritten if a different value is provided during a service transaction.
|
You can force mandatory input by enabling Attribute may not be empty after workflow input from actor.
Placeholders
When you insert file service attribute as a placeholder in actions, use the following options to retrieve any of its values:
Placeholder | Explanation |
---|---|
#Service[{attributename}.Downloadlink] |
Resolve the attribute as a download link when an action is executed. When you insert it in e.g. a Send Message action, users can click a download link. This opens a page that provides the following information about the file, after which users (e.g. the HR department or Corporate IT) can download the file:
|
#Service[{attributename}.Filename] | Resolve the name of a file as it is uploaded by the user. You can also use it in Ivanti Automation Run Books, in combination with the placeholder AnonymousDownloadLink, to perform various actions on an uploaded file, e.g. copy, execute, etc. |
#Service[{attributename}.Filesize] | Resolve the size of a file. |
#Service[{attributename}.{AnonymousDownloadLink] | Resolve the attribute into a direct download link to the Datastore. You can use it in Ivanti Automation Run Books to allow Ivanti Automation to download files. In combination with the placeholder Filename, this allows you to perform various actions on an uploaded file, e.g. copy, execute, etc. |
#Service[{attributename}.Description] | Resolve the description of the attribute, e.g. "This attribute stores the file that an actor uploaded." |