How to add visibility to filedropper widget

0
Hello Team, In both create and edit page,we are having file dropper widget to upload image.We have a requirement to display  file dropper in edit page only when there is no image upload in create page,otherwise it shouldn’t display the filedropper.Please help me to find out the solution.
asked
3 answers
1

Hi Pravallika,

you can do check on 'HasContents’ boolean of the file image if its true don't show if false show it

hope this answers your question

answered
0

Hi Pravalika,

In the Dataveiw page Add two containers and add visibilty to the container since file dropper widegt doesnot have visibility Condition by default. You can use the idea given by Mahesh for the visibility condition.

Hope this helps!!

 

answered
0

Hi,

If the association to your entity(file document generalized entity) from your main entity is empty then show the file dropper widget if not hide it.

 

Thanks,

Das

answered