I have a table which show an object and some properties of a linked object.
Can I edit with an inline edit Actions the linked object properties ?
I have a table which show an object and some properties of a linked object.
Can I edit with an inline edit Actions the linked object properties ?
Hi,
If I understand you correctly, one workaround could be using function-backed columns, as so far inline edit does not seem to support selecting a linked object property as an input parameter. For example here, there is one numeric property added to the object table via linked object (“Linked object property”), and one numeric property added via function (“Function backed value”).
And the selection of inline function input parameter only accepts the function-backed column
So you can consider adding the linked object property column via function in order to use it. As for the part of editing the linked object properties, instead of creating the action type directly in Ontology Manager, you can write in typescript an ontology edit function that backs the edit action type, and within the function it can search for the linked object accordingly and perform the edit.
Kind regards,
Jamie