RecallNoticesV2recallContacts
RecallNoticesV2recallContacts
Columns
| Name | Type | Description |
| RecallNoticesV2HeaderId [KEY] | Long | Value that uniquely identifies the recall notice header. |
| ContactId [KEY] | Long | Value that uniquely identifies the contact person in the recalling firm. |
| ContactName | String | Name of the contact person in the recalling firm. |
| CreatedBy | String | User who created the record. |
| CreationDate | Datetime | Date and time when the user created the record. |
| String | Email information of the contact person in the recalling firm. | |
| HeaderId | Long | Value that uniquely identifies the recall notice header. |
| LastUpdateDate | Datetime | Date and time when the user most recently updated the record. |
| LastUpdateLogin | String | Session login associated with the user who most recently updated the record. |
| LastUpdatedBy | String | Name of the user who most recently updated the record. |
| ObjectVersionNumber | Int | Number that identifies the object version. This attribute is used to implement optimistic locking. The number is incremented every time the record is updated. The number is compared at the start and at the end of a transaction to detect whether another session has updated the record since it was queried. |
| Position | String | Value that indicates the position of the contact person in the recalling firm. |
| Telephone | String | Phone number of the contact person in the recalling firm. |
| BindItemDesc | String | Item description used for lookup; used by the searchByItemDesc finder to locate matching items. |
| Finder | String | Search text used by the client-side finder to locate records (helper attribute for search operations). |