You need to sign in to do that
Don't have an account?

How to insert NULL value inside DATE field?
Hi,
I am using PHP to insert NULL value inside SalesForce's DB (field type is Date).
I tried using NULL, it would not work.
I tried 'NULL', it would not work either.
What is expression to insert NULL value into Date field?
Thanks in advance.
Justin
I am using PHP to insert NULL value inside SalesForce's DB (field type is Date).
I tried using NULL, it would not work.
I tried 'NULL', it would not work either.
What is expression to insert NULL value into Date field?
Thanks in advance.
Justin

Don't send in any value for the given field. If it is not a required field, then it will be NULL once the record is committed to the database.