HubSpot

From Starfish ETL
Revision as of 15:53, 4 September 2020 by Msheehan (talk | contribs) (Created page with "=Date fields= Using API v3, For a date only field, you need to explicitly set the date to midnight UTC <syntaxhighlight lang="vb"> Function ScriptedField ScriptedField=Form...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Date fields

Using API v3, For a date only field, you need to explicitly set the date to midnight UTC

Function ScriptedField
  ScriptedField=FormatDate("@@ORG:date_entered@@", "yyyy-MM-ddT00:00:00Z")
End Function