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!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, 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