I have a list of assets in an object table that are linked to a list of parts in another object table.
I want to be able to perform a delete action on the parts list only when the selected Asset (Parent) is chosen.
I’ve created the delete Action Type. and have linked it to a button in workshop to perform the delete action “clear all asset Parts”. whilst the parameter defaults work and immidiately populate the form with those part numbers that are linked to the selected part. you can still delete other parts which are assocated with different assets.
Does anyone know how to perform an action type so that the form only presents the parts listed specifically against the asset selected above? as to now delete parts related to completely different assets. I’m non-Dev, so trying to avoid going down the TypeScript route…
If the provided form interfaces for an action in Ontology manager is insufficient, you should consider configuring a custom form interface, perhaps inline or as a Workshop submodule, in order to allow for the required pivots. Then the button can just take in the selections and auto-submit the action if valid.
I.e. if the provided behaviour is not enough, you can create your own.