cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community email notifications are disrupted. While we are working to resolve, please check on your favorite boards regularly to keep up with your conversations and new topics.

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

VV_10743662
5-Regular Member

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

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 1

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.

 

Top Tags