Tuesday, December 15, 2009

About NoDelete Field User Property:

This User Property is used to restrict the
deletion of records based on value of the specific field.

Example:

Select BC--> Order Entry - Orders--> Business Component User Prop-->
Create a new record with following values.

Name : NoDelete Field

Value : Order Status

Select BC--> SVF--> Create a new record with following values.

Name : Order Status

Calculated : True

Calculated Value : IIf([Status] = 'Pending' , 'Y' , 'N')

Compile changes and see the result in Application. The Delete button is
disable for the 'Pending' Status Records.


http://www.siebeldigest.com/

0 comments: