Question

Why there is server error in Contract change order - Financial overview?

  • 10 March 2023
  • 0 replies
  • 45 views

Userlevel 1
Badge +2

 

Issue/Question : Clicking around the "Contract Change Order" window occasionally cause a server error. Appear when user hit the FINANCIAL - THIS ORDER TAB. Can recreate again when empty the buffer.

 

Version No : IFS Cloud 

Product/Capability : IFS Cloud 21.1

Residency : Cloud

 

Solution : When the server is unable to serialize the data that is sent to the client, this error occurs.

One frequent reason is that an attribute's length exceeds the defined maximum length allowed by the projection.

Version 22R2 SU6 addresses this problem.

 

Root Cause : The maximum length of the Project Cost Element is specified here as text (20). Even so, there is a project cost element, designated 94-USIKKERHETSAVSETNING in UAT, with a length of 23. This error is caused by it.

 

@Override

entitiy ChangeObjectImpactFin 

{
       ludependencies = ChangeObject;
       use attributes = ElementType, ExpectedCost,         RequestedCost,AgreedCost,ExpectedRevenue;
       attribute ProjectCostElement Text {
       maxlength = 20;
 }

}

 


0 replies

Be the first to reply!

Reply