Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

Audit trail + Stored procedures

Post Reply
ephDev
Posts: 4
Joined: Thu Sep 26, 2013 9:08 am
Location: Italy

Audit trail + Stored procedures

Unread post by ephDev »

Hi to all,
1)
I want to do an audit trail in nuBuilder.
I've a test table and I've set the triggers "after insert" and "after updated", what's the best way to get the user account?
Do I have to do an insert manually or nuBuilder has a built in functionality?

2)
I have a stored procedure that automatically insert a record and create a parent\child relations between 2 tables.
What's the best way to integrate this?

Thx in advance!
D.
massiws
Posts: 503
Joined: Thu May 24, 2012 2:08 am
Location: Milan, Italy
Contact:

Re: Audit trail + Stored procedures

Unread post by massiws »

ephDev,
ephDev wrote:I've set the triggers "after insert" and "after updated", what's the best way to get the user account?
Do I have to do an insert manually or nuBuilder has a built in functionality?
sorry, but I don't understand: what you have to do?
ephDev wrote:I have a stored procedure that automatically insert a record and create a parent\child relations between 2 tables.
What's the best way to integrate this?
NuBulder can't manage Stored Procedure, but you can call them from RunActivity: have a look at this post.

Hope this helps,
Max
Post Reply