Group: StrataFrame Users
Posts: 94,
Visits: 481
|
Hi,
Orders
Id
OrderDate
ItemId
OrderStatusTypeId
OrderStatusTypes
Id
Name
Can someone explain a decent way to handle setting a default value for a field that contains the ID of a value in a lookup table?
One way I was considering was in the SetDefaultValues() event handler, creating a temporary LookupBO and using that to get the value based on the name of the value I want as the default.
Or would it be better to do an "this.ExecuteScalar(...)" to get the value I need?
Thank You
Govinda
|