I'm trying to refer to a table from Coc class:
[ExtensionOf(ClassStr(HierarchyTemplateCopying))]
final class Test_Extension
{
public void initializeSrcAndDestActivities()
{
next initializeSrcAndDestActivities();
this.destActivities.ResponsibleWorker = HcmWorkerLookup::currentWorker();
}
}
This does not seem to refer to the table properly.
Can anyone help?


Report
All responses (
Answers (