You need to sign in to do that
Don't have an account?
AmberTaylor
Dynamically display pageblock section on VFP
Hello there,
Here is my request :
I have a VFP that looks like below image.
I would like to add a button (easy part), that will allow the current user to add a new equipment line that he owns (corresponding to a new apex:pageblock or apex:pageblocksection), directly on this page ?
The tricky poing is that each block item will create a new object if all fields are completed upon saving.
Can someone help me achieve this?
I haven't been able to find anything on that topic :(.
In advance, Ty very much for your time and anwsers.
Amber
Here is my request :
I have a VFP that looks like below image.
I would like to add a button (easy part), that will allow the current user to add a new equipment line that he owns (corresponding to a new apex:pageblock or apex:pageblocksection), directly on this page ?
The tricky poing is that each block item will create a new object if all fields are completed upon saving.
Can someone help me achieve this?
I haven't been able to find anything on that topic :(.
In advance, Ty very much for your time and anwsers.
Amber
Have you tried checking if conditional rendering of vfpage works?, you could use the below link for reference:
>>https://salesforce.stackexchange.com/questions/117114/conditionally-render-html-in-visualforce
I hope this helps.
Regards,
Anutej