Button getting disabled after adding inside the dataview

0
  Hi Team,  I am facing issue for Button visibility. I have added button inside the data view but on browser it's getting disabled. please suggest how to fix it.      
asked
3 answers
2

Hi Priyanka,

Whenever object itself is empty then you will find every widget in read-only mode.

Please check while creating object you are also creating associated object that you want to modify.

Thanks

answered
6

Hi priyanka,

This happens when the opportunity object comes empty. Do recheck whether the object is not empty.

Replace association with microflow, set breakpoint and check whether it is coming empty or not.

 

Hope this helps!

answered
0

Hi Priyanka,

 

Seems the OpportunityCardDetails_Deal_Version association is empty, you need to set the right object to make it work.

answered