Hi there, I am trying to create an expression rule that returns true if a document is not null, and has an ID attached to it. The expression rule is used to determine an XOR node to go to the document deletion node to delete the document if it exists, or to move to the end node if it has already been deleted. Right now, I am using a plugin isObjectExists() and it does work correctly but my supervisor wants me to improve the code to not use that plugin, any ideas for what to do?Here is the expression rule I created, it currently works how I want it to but I want to avoid using the plugin, any help is appreciated!
Discussion posts and replies are publicly visible
Multiple threads on this topic:
So those also suggest a plugin which I cannot do.
You have no plugins installed in your environment?
Content Tools is a pretty common one.
It is installed but my supervisor asked me to avoid using Plugins for this story. It's annoying I know but that's why I asked here to see
In that case, i would propose a design that doesn't require you to check for the existence of a document.
Mathieu Drouin said:i would propose a design that doesn't require you to check for the existence of a document
*clicks nonexistent "like" button*