Hi there,
I get the following error when I try to create a formula column based on the "scheduledstart" column of the "Appointment" table:
Sql error: Generic SQL error. CRM ErrorCode: -2147204784 Sql ErrorCode: -2146232060 Sql Number: 207
DateAdd(Startzeit, 30)
With other columns the formula works fine. It seems to me that it is not possible to reference the column "scheduledstart". Helpfully, I have created a calculated column in which the start time is reflected. If I reference this column for the formula column, the calculation works. I would like to avoid the unnecessary interposed column.
Why can't I access the field "scheduledstart" / start time?