REJECTED attribute Set this attribute to indicate whether a change to the data in a ProDataSet object, a temp-table buffer, or a temp-table row is rejected. Data type: LOGICAL Access: Readable/Writeable Applies to: Buffer object handle, ProDataSet object handle, Temp-table object handle The REJECTED attribute corresponds to the REJECTED function. The MERGE-CHANGES( ) method and MERGE-ROW-CHANGES( ) method use this attribute to determine whether to reject a changed row during a merge operation. This attribute is marshalled between the client and the AppServer.