Answer the question
In order to leave comments, you need to log in
How to change the closing date of a shift in 1C 8.3?
I'm trying to change the closing date of the shift through the "universal selection and processing of documents" ... but I'm almost zero in this ...
I write in the "arbitrary algorithm" column:
Object. End of Cash Shift = 07/08/2018 20:26:19;
Object.Write();
Throws an error:
{ExternalProcessing.GenericProcessingObjects.Form.ArbitraryAlgorithm.Form(27)}: Compilation error evaluating expression or executing code fragment: {(1,39)}: Unrecognized operator
Answer the question
In order to leave comments, you need to log in
Date using function:
Объект.ОкончаниеКассовойСмены = Дата(2018, 7, 8, 20, 26, 19);
Объект.Записать();
Объект.ОкончаниеКассовойСмены = '2018-07-08 20:26:19';
Объект.Записать();
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question