Hi All,
We are using IFS 8 SP2 Foundation, We have recently applied the binary patch of 4.80.67.0 and we observed due to this patch the zoom functionality of Custom Field(Persistent and Reference Type) has stopped working and throwing an error “Invalid Identifier”. Has anyone faced similar issue and able to find a solution from IFS. Do let me know.
Please see below query of a reference custom field when we use zoom in a screen.
Before Patch:
select objid, ORDER_NO, CUSTOMER_NO, &AO.Cust_Ord_Customer_API.Get_Name(CUSTOMER_NO), WANTED_DELIVERY_DATE, CONTRACT, STATE from &AO.CUSTOMER_ORDER_CFV where ((OBJKEY) in ((:p0 )))
After Patch:
select objid, ORDER_NO, CUSTOMER_NO, &AO.Cust_Ord_Customer_API.Get_Name(CUSTOMER_NO), WANTED_DELIVERY_DATE, CONTRACT, STATE from &AO.CUSTOMER_ORDER_CFV where ((CF$_C_WARRANTY_ORDER) in ((:p0 )))
Custom Field: WARRANTY_ORDER in a screen having a reference of CUSTOMER ORDER.
Regards,
Sri