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

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

is there a way to know the field names used for CLI for Integrity Manager??

haidaralinadaf
2-Guest

is there a way to know the field names used for CLI for Integrity Manager??

I am trying to change in ALE Peer Review , field Asset Types Reviewed, However there is no fieldNames are provided in the help section of PTC. I tried "Peer_Review_Type" but it does not change the field.

 

I used command 

im editissue --field="Peer_Review_Type=Design" Issue_id

 

where Issue_id is ALE peer review id number

 

Thanks for your help.

Regards

Haidarali

1 REPLY 1

Hi Haidarali,

according to your use case, I would suggest the following:

a) get the fields, assigned to a certain type, using CMD> im viewtype "<the type name>"

b) then, any listed field you can update - if permission allows and if not a calculated field -, using    CMD> im editissue --field="FieldName=FieldValue" ID

Hope this helps

Top Tags