We use the following codelines in an Application Engine process:
SetCustomSetting(RepoCon, "cs_ImportYear", xYear);
string sCS_ImportJahr=GetCustomSetting("cs_ImportJahr", "xxxx");
NotifyInformation("Import year:" +sCS_ImportYear);
xYear is 2024, which is also written back and displayed in the administration.
However, the GetCustomSetting command always returns the originally defined value 2022. What else needs to be done so that the value is updated and used correctly?
Does anyone have similar experiences or a tip