Hello Dynamics 365 Community,
I have a requirement where I need to subtract a value based on previous records value.
For example :
- Entry number 001 : has a employee field and has number 5 ( read only field)
- Entry number 002 ( new record) : has a add employee field and I enter 1 there, now employee field should have 4
- Entry number 003 ( new record) : should have 4 in Employee field (read only field), now I enter 2
- Entry number 004 ( new record) : should have 2 in Employee field ( read only field)
Thanks.