cancel
Showing results for 
Search instead for 
Did you mean: 

Issue in Adobe form

former_member210857
Participant
0 Kudos

Hi Friends ,

I have a adobe form for delivery . Now the clients requirement is when  the storage locations are different ,they want it in a new page ?

And they do not want the storage location to be shown in the item level .

Is there any way to do that .

Regards,

Subeesh Kannottil

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member210857
Participant
0 Kudos

Hi,

I am able to call new page when storage location changes .

But my issue is in adobe form header I am showing the storage location ,which needs to change dynamically according to  the storage location in the item. Is there any way to do that .

i,e In each page we are showing the items of a particular storage location .So we need to show the storage location in the header  accordingly in the pages

Regards,

Subeesh Kannottil

Former Member
0 Kudos

Hi Subeesh,

You could control new page and item visible or not by Javascript.

like this code:

if( this.rawValue == ''){

this.presence = "hidden";

}

else

{

this.presence = "visible";

}

regards,

Archer

former_member210857
Participant
0 Kudos

Hi,

How can we call a new page when the storage location is different

Regards,

Subeesh Kannottil