Question

custom logic unit (read only)

  • 15 March 2024
  • 1 reply
  • 22 views

Badge +5
  • Do Gooder (Customer)
  • 13 replies

dear all,

i want to create new field in ifs10. how can i revised below query for read only select expression,

 

SELECT ipis.QTY_ONHAND - ipis.QTY_RESERVED eldeki_miktar fROM PURCHASE_ORDER_LINE_ALL pola RIGHT JOIN INVENTORY_PART_IN_STOCK_UIV ipis ON ipis.project_id = pola.:project_id AND ipis.part_no = pola.:part_no and ipis.activity_seq=pola.:ACTIVITY_SEQ and ipis.CONTRACT=pola.:CONTRACT 

 

ps: Below is the screen where I will make this development.


1 reply

Userlevel 6
Badge +12

@sevo 

(assuming you new to create custom fields providing this steps)

You can start from going to the Misc Parts tab window Rmb and go to the custom fields section as below

 

Then follow the below documentation steps to create the custom field. (In step 3 click read only word which navigates and shows you step by step on how to create read only field)

https://docs.ifs.com/techdocs/foundation1/040_administration/220_user_interface/020_custom_objects/040_custom_fields/020_create_custom_fields/default.htm

 

hope this helps.

 

Regards,

Sahan

Reply