Element descriptor question

Studio version 2024.10
I am trying to edit an element descriptor. Getting a message that the element is referenced in Object repository. What should I do?

Thank you,

Please share more details and a screenshot to be able to help you properly.

Coming from an older version, not understanding how to use descriptors with an object repository. How to edit the descriptors. What happens when we are working in a team setting on the same application?

Thank you very much,

  1. Locate the Descriptor
  • Open the Object Repository panel.
  • Find the element under the relevant application/screen grouping.
  1. Check Dependencies
  • Right-click the element and look for options like “Find References.”
  • This reveals which activities currently use the descriptor.
  1. Edit Safely
  • If you must change a descriptor, first update or remove its usage in activities.
  • Alternatively, create a duplicate of the element if only some workflows should use a new selector.
  1. Edit the Descriptor
  • Right-click > “Edit Descriptor.”
  • Change selectors directly or re-indicate the element on-screen.
  • Save your changes.
  1. Synchronize Changes
  • Use the “Synchronize Object Repository” tool to update all activities referencing this descriptor in bulk.
  • Test workflows after syncing to ensure no selector breaks.

1 Like

@A_Learner

On the right side you would see object repositiory where all the elements would be present you just need to right click and select edit discriptor which is same as edit selector window

If you wnat to use same descriptors across projects even those can be extracted and published as libraries and installed in multiple projects..then the changes need to take place in the extracted project and it would reflect everywhere

Cheers

1 Like

Do I have to delete dependencies like mentioned in the above post?

thank you,

@A_Learner

May I know which post you are talking about and what dependencies you want to delete?

Cheers

Hi @A_Learner

Could you please confirm if object repo is directly available in your project?

Or it’s included via adding a custom library?

Either way, you should be able to see object repository in right panel of studio.
Are you able to see the same and locate the element you are trying to change descriptor for?

1 Like

Yes, object repo is directly available. Thank you.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.