Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Description

As an external user of a customer, it is possible to complete tasks and upload documents without being required to log in and access all options in the product. Customers sometimes use the form-only view for their external users, such as their customers or suppliers, to facilitate their participation in workflows. However, the form-only view currently displays only the form and does not include the document upload feature. It is important for external users also to have the ability to add documents within this view to ensure a seamless and efficient workflow.

The link can be as follows:

[domain]/tim/client/#/external/task/[TASK_ID]/smartform

Allowing external users to access only form data such as

[domain]/tim/client/#/external/task/[TASK_ID]/smartform?documents=true

Allowing external users to access form data + documents section to allow them to upload documents on their task



Use case: From tim.property you can enable the link for the external form as soon as you assign the ticket to a user to receive also the link to the task. This can be done via the properties taskmail-text-[language] to be as following: “You got assigned to the task. [DOMAIN]/[APPLICATION]/#external…”

Screenshot 2024-06-10 135613.png

SYS.BASELINK) and SYS.TASK_ID can be taken from system variables.

For the German version please make sure to set the tenant language to DE for receiving the text mail in German.

Screenshot 2024-06-09 215417.png

After uploading tim.properties inside the resources folder using the adequate privileges. Then when you assign task “Fill Employee Information“ to the actor “Designer”

Screenshot 2024-06-09 215816.png

The email containing the text “You got assigned to the task” is created successfully.

Screenshot 2024-06-10 135849.png


Removing the documents tab from the page can be generated via the link if you change again the tim.properties “?documents=true”

Screenshot 2024-06-10 140150.png

After removing “documents=true” text from tim.properties and uploading tim.properties inside the resources folder using the adequate privileges. Then when you assign task “Fill Employee Information“ to the actor “Designer”

Screenshot 2024-06-09 215816.png

The form no longer contains the option to add documents

Screenshot 2024-06-10 140718.png

Only the form tab is displayed.

Screenshot 2024-06-09 221959.png

Use case: Customizing the form content via the specific node in the workflow.

Screenshot 2024-06-09 224953.png

After customizing the task mail text and saving the changes, you can now assign the task.

Screenshot 2024-06-09 225358.png

The updated content is displayed successfully.

Screenshot 2024-06-09 225214.png

  • No labels