Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this method two arguments must be passed. Firstly, the brick id of the entity on which the custom field exists and secondly the brick id of the custom field to delete. For example, if you wish to delete a certain custom field on an account you need to pass the brick id of the account as well as the brick id of the custom field to delete on that account.

Name

Type

Description

Mandatory

Available from version

BfsEntityBrickId

Guid

The brick id of the entity on which the custom field exists.

Yes

2.38

CustomFieldBrickId

Guid

The brick id of the custom field to delete.

Yes

2.38

...