It is almost not possible to delete a record using formula, is there any chance to have a formula function that does that (delete a given record), like below:
record\delete(ENTITY_TYPE, ID, [filter optional])
If filter is added then it will be easy to loop through a collection of Ids and delete only record that much the given filter.
Thanks
record\delete(ENTITY_TYPE, ID, [filter optional])
If filter is added then it will be easy to loop through a collection of Ids and delete only record that much the given filter.
Thanks
Comment