Skip to main content
8-Gravel
February 6, 2024
Question

Custom Admin User will be able to add/edit/delete at runtime.

  • February 6, 2024
  • 1 reply
  • 617 views

Hi All,

There is a requirement from customer to provide the access to admin user to do the following activities at runtime:

Dashboard Management: create/edit/delete dashboard

Task Management: update the progress of task manually which is getting updated automatically by a formula

Prompt Management: Create/edit/delete the prompt messages and add those prompt message to a particular roles

Business rules Management: Create/edit/delete the business rules which are related to do aome automate operation.

 

Will it be feasible to do the above activities in ThingWorx at the runtime?

Thanks in advance for your help

1 reply

14-Alexandrite
February 7, 2024

I think it is possible to do so using services, and adequate logic in place.

 

1.Dashboard Management: May be this would help, Dashboard Services (ptc.com)

2. Task management, Prompt Management: should be done using appropriate services.

Business rules, not sure if you mean JS code here, you can store IOs to JSON and modify the expected computation accordingly.