Skip to main content
Solved

Custom field to show the sum of 2 existing fields


Forum|alt.badge.img+3

Hi all. I need to create a read only custom field in the Remote Warehouse Parts Planning screen that shows the result of On Hand Qty - Refill Point Qty. Is this possible on this screen ?

 

Best answer by Kasun Balasooriya

Hi @bear7364 ,

This should be possible but when I look at the base view Remote_Whse_Assort_Part, it seems the 

On Hand Qty is not part of it. Hence it could get a bit tricky to fetch the values with a select statement. 

I suggest going through the following community article to workaround this. 

 

Custom Field - Select statement with two variables | IFS Community

 

Hope this helps!

 

Thanks,

Kasun

View original
Did this topic help you find an answer to your question?
This topic has been closed for comments

2 replies

Kelum Pradeep Kumara
Superhero (Employee)
Forum|alt.badge.img+18

Hi @bear7364 
Yes, theoretically you can implement it. 
Use  SQL query in select statement with required where condition.
ex :
select ONHAND_QTY-REFILL_POINT_INV_QTY
from REMOTE_WHSE_PART_PLANNING

 

What is the issue you received while implementing this?

If you can explain it further, we can help on this.

-BR


Kasun Balasooriya
Superhero (Employee)
Forum|alt.badge.img+20

Hi @bear7364 ,

This should be possible but when I look at the base view Remote_Whse_Assort_Part, it seems the 

On Hand Qty is not part of it. Hence it could get a bit tricky to fetch the values with a select statement. 

I suggest going through the following community article to workaround this. 

 

Custom Field - Select statement with two variables | IFS Community

 

Hope this helps!

 

Thanks,

Kasun


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings