Processing

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
[email protected]
Posts: 278
Joined: Tue Aug 05, 2008 3:16 pm

Processing

Post by [email protected] »

I have a query that present data from an external BO. I want to add a Delete button at the row level of the BO that will launch a process to delete the BO. Because it is an external BO that is a view in SQL the standard Delete BO doesn't work.

So, how do I setup the process? I initially started out with a find in my Delete process, but I don't understand how to link the query to the process so that the process knows which row I am working with.
aware_support
Posts: 7525
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Post by aware_support »

What happens when you use the standard Delete button? It should work in theory.

Your process should have your external object as a parameter and DELETE action on this parameter should work in theory. If it doesn't it's a bug (probably the same bug as with the Delete button)
Aware IM Support Team
Post Reply