From: http://msdn.microsoft.com/en-us/library/bb530207.aspx
_________________________________________________________________________________
Display methods must be typed ('%1 %2') | For more information, see Best Practices for Unique Labels. | Table No Extended Return Type, @SYS60362 |
How to resolve the BP deviation: Check the display method in question (eg 'displayMethodName' from my example above). Check the top line where you declare the method. You cannot use a non-EDT string for a display method. The line 'display str displayMethodName(CustTrans _custTrans)' would need to be (as an example) 'display CashDiscAccount displayMethodName(CustTrans _custTrans)'. Note that the 'str'was replaced with the EDT of the returned value of the display method.
Making this change to the display method will solve the issue.
No comments:
Post a Comment