Skip to main content
14-Alexandrite
December 10, 2020
Question

How do I delete getentitylist data ??

  • December 10, 2020
  • 3 replies
  • 1935 views

Hello,

        I want to delete user in getentitylist data in entity service please  refer below attachment and suggest how to delete users data in getentitylist service ??

Thanks in advanced

3 replies

22-Sapphire I
December 10, 2020

Not exactly sure what you are looking to do, but you can delete fields/columns from your infotable.

 

 

 

RM1214-AlexandriteAuthor
14-Alexandrite
December 16, 2020

I don't want to delete ields/columns ,I want to delete user in getentitylist (resourses) data in entity service.there are too many users created ,whenever I'll create an user not add in thingworx user that's why I want to delete users from getentitylist service please refer above attachment and suggest how do I delete users?

22-Sapphire I
December 16, 2020

I'm not sure if this is an OOTB service or custom, but if it is OOTB then it is just retrieving what is in the system.

So are you saying you have too many entities in your system for one reason or another or this service is returning more than you are looking for?

You can always add a Query to it to reduce to what you want, or iterate and delete actual rows if it is just the result set you want to adjust.

If it is entities, you will just have to delete them from Thingworx.

15-Moonstone
December 17, 2020

Hi,

 

In EntityServices :

  1. Service : DeleteUser
  2. Select the user that needs to be deleted 
  3. Execute

If you have lot of users to be deleted; then list it using custom service and call above mentioned service and provide the user as input

16-Pearl
December 17, 2020

Hello @RM12 

 

If you feel our question has been answered, please mark the appropriate response as the Accepted Solution for the benefit of others with the same question.

 

Thanks

Om Dukiya