JoshuaTate
8 years agoQrew Cadet
API_addrecord copying date in wrong format to new record
Hi QB Community,
We are using an API Call to create a new work package record using data from a SOW record, date on newly created work package appears to have pasted the date in American format or is being read by the system as an American date:
SOW record shows: 02 MAR 2018
New Work Package shows: 03 FEB 2018
App properties:
Identifies that all dates should be in DD-MM-YYYY format
Talking to Quickbase support that have said this is due to the API_Addrecord function using the import tool that exports in US format apparently and there only suggestion is to use formula fields to reformat the dates. for instance ToFormattedText([your date field],"MMDDYYYY")
This unfortunately isn't a workable solution (and i have advised support as such), we would have multiple problems with this approach one being we want editable fields in both forms another being the number of additional fields that would have to be created. While we have requested support treat this as a priority issue we are seeking advise from the community.
Does anyone have any suggestions on how to handle this is a very minimal way?
(FYI this is a severity one for us, we need to have a release for use due Monday Aus EST)
We are using an API Call to create a new work package record using data from a SOW record, date on newly created work package appears to have pasted the date in American format or is being read by the system as an American date:
SOW record shows: 02 MAR 2018
New Work Package shows: 03 FEB 2018
App properties:
Identifies that all dates should be in DD-MM-YYYY format
Talking to Quickbase support that have said this is due to the API_Addrecord function using the import tool that exports in US format apparently and there only suggestion is to use formula fields to reformat the dates. for instance ToFormattedText([your date field],"MMDDYYYY")
This unfortunately isn't a workable solution (and i have advised support as such), we would have multiple problems with this approach one being we want editable fields in both forms another being the number of additional fields that would have to be created. While we have requested support treat this as a priority issue we are seeking advise from the community.
Does anyone have any suggestions on how to handle this is a very minimal way?
(FYI this is a severity one for us, we need to have a release for use due Monday Aus EST)