Hi
When lock Form object and Relation ships can't edit is regular. I have require when lock ,Form object can't edit and Relation ship "can" edit(add delete...).
Because user want to attach document and do not edit any form textbox ...
Hello,
It's not typically possible to add a Relationship without locking the parent.
One possible way of doing this would be to create a Client action that creates a relationship to the file and manually sets the source_id property of that relationship. You can see this in the example below which adds a Document File relationship.
Chris
___________________________________
Christopher Gillis
Aras Labs Software Engineer
Hello,
It's not typically possible to add a Relationship without locking the parent.
One possible way of doing this would be to create a Client action that creates a relationship to the file and manually sets the source_id property of that relationship. You can see this in the example below which adds a Document File relationship.
Chris
___________________________________
Christopher Gillis
Aras Labs Software Engineer