Hi Team
How to change the font color and validations in Mobile application wizard?
hoping for a positive reply.
Like
Hello manikanta,
Unfortunately, there is no functionality in bpmonline that you described.
But you can achieve it via development. To change the font-color on the page you should use Terrasoft.writeStyles method. The example you can find in "MobileActivityGridPageViewV2".
Best regards,
Alex
manikanta,
Terrasoft.writeStyles method simply applies css styles to elements. So,
to change the style of some text element, you should find it`s css selector.
The first step is to download mobile application emulator: https://academy.bpmonline.com/documents/technic-sdkmob/7-12/mobile-appl…
The second is to find the desired html element and the third is to use Terrasoft.writeStyles method that will apply your custom styles.
The example of it can be found in "MobileActivityGridPageViewV2".
Best regards,
Alex