Skip to main content
I have an LWC component where we are reflecting fields on the UI which are coming from an external system and we are not storing data in any of the fields or objects in SF, as its only reflecting data from external system now the Requirement is :::

 

There is a field on UI 'A' and we need to add a field which we should reflect on UI  as 'B' (and a caluclation should happen as Field A + 180 Days)

 

 

Can Someone help me How to do this caluclation on LWC component and reflect this on UI???

 

Help Appreciated.
1 个回答
  1. 2021年5月21日 08:14
    Hello "learner"

     

    this should be a simple case of calcaulting the value in Javascript, on the componenet's client side controller or helper classes.

     

     
0/9000