Skip to main content

Hello, 

 

I would ask you a question. I have problem with saving Custom field/object. I created two Custom Fields, one “Note” which is Persistent Field and one “Created Date” which fetch date from db. (Read only field). It is possible to modify CF “Created Date” in IFS cloud if it is Field type Read Only Field? Because I can update this value, but in this entity I dont have green button “Save”, after reuploading page CF has default value and not new, modified, value. 

 

Thanks

 @Ed22 this sounds like a contradictory requirement unless I’ve misunderstood - if you have a readonly custom field, why and how would you also want it to be updatable?

If the issue is that for some reason your readonly fields shows up as editable, you can use Page Designer to make it readonly on the page level as well.

Or did I miss something?

Best regards,

Rukmal


And can I add SQL statement into Persistent Field and in IFS cloud modify this value? THis is my SQL which I have in Read only field: 

 

SELECT b.shrinkage_factor  
FROM INVENTORY_PART a
JOIN MANUF_PART_ATTRIBUTE b
ON a.PART_NO = b.PART_NO
WHERE a.PART_NO = :part_no

 

arguments: part_no, i want add this in Persistent Field → PL/SQL Expression


Reply