Page 1 of 1
VLF-ONE Assistance Pane
Posted: Thu Mar 30, 2017 1:39 am
by jyoung
Our first application / business object with VLF-ONE is about to go into user testing so I am cleaning up the framework (removing examples, replacing demo/sample parts, etc.).
Regarding the assistance pane, the docs say that the property for the assistance pane is in the Web/RAMP details.

- assistance pane docs.PNG (27.74 KiB) Viewed 4860 times
However, I am not seeing that property in the Web/RAMP details.

- web details.png (42.96 KiB) Viewed 4860 times
I've looked in all the other tabs but can't seem to locate it.
Any ideas on where it may have gone?
Re: VLF-ONE Assistance Pane
Posted: Thu Mar 30, 2017 11:15 am
by MarkD
Our apologies – the layout manager for that screen appears to have been broken so you can’t see the Assistance pane input field as it is behind another field.
Fortunately, there is a workaround. Your framework’s definition is stored in an XML file, for example the shipped demo’s XML file is named VF_VLFONE_System.XML.
Copy your file for safety then open it with NOTEPAD or any text editor. If I open the shipped demo I see this:

- Capture.PNG (100.38 KiB) Viewed 4844 times
The assistance panel is controlled vy the presence or absence of this line in the XML:
Code: Select all
<PROPERTY NAME="UASSISTANCEPANE" VALUE="XXXXXXXXX"/>
To get rid of the assistance panel delete that line.
To specify an alternate assistance panel input that line somewhere near the top of your XML file.
Save the XML changes.
Open the VLF as a designer and save it to force recreation of the VLF-ONE definition .DAT files.
Re: VLF-ONE Assistance Pane
Posted: Thu Mar 30, 2017 12:35 pm
by jyoung
No worries. Thanks for the work around.