AccountUpdateRLTab Method |
This method enables you to add, delete, or update Account Property values available in the RecordList tab.
Namespace: AccountService
C#
public long UpdateRLTab( long accountID, long tabID, PropertyInfo[] propData, int[] deleteRows, out string error )
Parameters
- accountID
- Type: SystemInt64
[in] The ID of the Account for which you want to update the values in the RecordList Tab of the Account. - tabID
- Type: SystemInt64
[in] The ID of the RecordList Tab associated with the Account. - propData
- Type: Talisma.Server.CommonPropertyInfo
[in] This is an array of the PropertyInfo[] structure that contains the details of Properties in a RecordList Tab of an Account, which you want to update.The value of the propData array is blank if no Property values are available in the RecordList Tab of the Account. - deleteRows
- Type: SystemInt32
[in] This is an array of row IDs you want to delete from the RecordList Tab of the specified Account. If you do not want to delete any rows, ensure that the deleteRows array is declared as a zero length array. - error
- Type: SystemString
[out] The error messages returned when the update operation fails.
Return Value
Type: Int64The UpdateRLTab method returns 0 if the operation is successful and a negative value if the operation fails.
