Start process after hitting SAVE-button

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
ckirnbauer
Posts: 68
Joined: Wed Oct 04, 2006 2:46 pm

Start process after hitting SAVE-button

Post by ckirnbauer »

Hello,

I've tried several approaches, but nothing worked.

I want to get AwareIM to start a process, after hitting the SAVE button of a business object.

How do I realize this in Awareim?

One approach is to implement a IF bo WAS CHANGED-rule, but then the process is only started, if an attribute was changed.
But the process should be started in ANY CASE even if no attribut was changed.

Kind regards,
Christian
pbrad
Posts: 781
Joined: Mon Jul 17, 2006 11:03 pm
Location: Ontario, Canada

Post by pbrad »

Just a thought but could you add a timestamp attribute that changes every time you save the object. Then base your process on timestamp was changed.
Cheers
ckirnbauer
Posts: 68
Joined: Wed Oct 04, 2006 2:46 pm

Post by ckirnbauer »

Hi pbrad,
was a good approach, but doesn't work in my case. I have implemented a workflow with "display question" dialogues in the process, and when I return after answer "no" to the original business object, there is the error "another user has changed object...".
That must come from the Timestamp attribute-rule (bo.mytimestamp = CURRENT_TIMESTAMP)

does anybody know another solution?

greetings
Post Reply