Page 1 of 1

Is it possible to create default value via expression in Entity Developer for columns such as UpdatedOn?

Posted: Wed 08 Jan 2014 14:51
by EdB
Hi,

I need to populate 2 columns:

a) UpdatedOn
b) UpdatedBy

Is it possible to specify the population of these in ED?

Usually I would write a trigger at DB level. Also I would be interested in extracting the application user name for the "UpdatedBy" value not the DB login name like "SA" or whatever.

Thanks in advance.

Re: Is it possible to create default value via expression in Entity Developer for columns such as UpdatedOn?

Posted: Fri 10 Jan 2014 09:21
by Shalex
Entity Developer doesn't include this functionality. Please use an approach with triggers as you did.