Access variables in extension class using chain of command

It's an old bug with variable names. Declare new one and use it:

  1. protected void createJournalHeader()
  2. {
  3. next createJournalHeader();
  4. CustConfirmJour custConfirmJourLocal = custConfirmJour;
  5. custConfirmJourLocal.MyField = 'blah-blah';
  6. }

要查看或添加评论,请登录

Majid Asgari的更多文章

社区洞察

其他会员也浏览了