Page 1 of 1
Mobile client signon display
Posted: Wed Nov 28, 2018 4:46 pm
by Doug
Hopefully this is an easy question. How can I customize the signon screen in the mobile client? I'd like to put our company logo on it. There is no way to specify a skin like in Genie that I've found. Thanks.
Re: Mobile client signon display
Posted: Wed Nov 28, 2018 5:06 pm
by Scott Klement
The source code for the signon display is provided in a source file QDDSSRC member PUISCREENS. Or, for Profound.js, there's a similar puiscreen.json file.
to modify it:
1) Make a copy of the source code in your own library/directory. (do NOT modify it in our library, it will be replaced each time you upgrade)
2) Open the member in the Visual Designer
3) Make your changes, add the logo, etc.
4) Make sure you keep all of the same bound fields in the same order. Otherwise the program that displays the screen will get confused and fail. But, you can change just about anything else.
5) Recompile into the Profound UI installation library for your instance. The compiled display file is not replaced during upgrades (only the source code).
Good luck
Re: Mobile client signon display
Posted: Wed Nov 28, 2018 6:10 pm
by Doug
Worked like a charm. Thanks Scott.