Run periodic accruals in the following scenario:
1) The system locale in America/Los_Angeles 2) Tenant locale is Asia/Kolkata 3) Run job at a time wherein the date based on system locale would be 1 day lesser than date based on target tenant locale
Job fails with an error similar to
{code} { "developerMessage": "The request was invalid. This typically will happen due to validation errors which are provided.", "httpStatusCode": "400", "defaultUserMessage": "Validation errors exist.", "userMessageGlobalisationCode": "validation.msg.validation.errors.exist", "errors": [ { "developerMessage": "The tillDate must be less than provided date2015-04-07", "defaultUserMessage": "The tillDate must be less than provided date2015-04-07", "userMessageGlobalisationCode": "validation.msg.periodicaccrual.tillDate.is.greater.than.date", "parameterName": "tillDate", "value": null, "args": [ { "value": [ 2015, 4, 8 ] }, { "value": [ 2015, 4, 7 ] } ] } ] }
{code}
|