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.
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Audit trail + Stored procedures
-
- Posts: 4
- Joined: Thu Sep 26, 2013 9:08 am
- Location: Italy
-
- Posts: 503
- Joined: Thu May 24, 2012 2:08 am
- Location: Milan, Italy
- Contact:
Re: Audit trail + Stored procedures
ephDev,
Hope this helps,
Max
sorry, but I don't understand: what you have to do?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?
NuBulder can't manage Stored Procedure, but you can call them from RunActivity: have a look at this post.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?
Hope this helps,
Max