The 1C:Enterprise developers forum
HiI'm trying to create scheduled job for checking (catalog)activities' date and changing their (enum)status. But I'm getting an error which is shown in screenshot.
Hi,If you wanna change an attribute of a catalog, you need to modify the catalog object, not the catalog reference.For example
ActivityObject = Activity.GetObject(); ActivityObject.Status = ActStatus.Delayed; ActivityObject.Write();
A confirmation e-mail has been sent to the e-mail address you provided .
Click the link in the e-mail to confirm and activate the subscription.