To change the background color in textbox controls; Open Designer Interface, Go to the ‘Stylesheet’ module. Add a new stylesheet. Enter the CSS rule for changing the background color in textbox controls. Save the stylesheet by clicking on the “Save”...
To change the background color in alternating rows in grid controls; Open Designer Interface, Go to the ‘Stylesheet’ module. Add a new stylesheet. Enter the CSS rule for changing the background color in alternating rows in grid controls. Save the stylesheet by...
To change background color in grid controls; Open Designer Interface, Go to the ‘Stylesheet’ module. Add a new stylesheet. Enter the CSS rule for changing the background color of the grid control. Save the stylesheet by clicking on the “Save”...
To change the font color in disabled cells in grid controls; Open Designer Interface, Go to the ‘Stylesheet’ module. Add a new stylesheet. Enter the CSS rule for changing the background color of disabled cells in grid controls. Save the stylesheet by clicking on the...
To change background color in grid superheaders; Open Designer Interface, Go to the ‘Stylesheet’ module. Add a new stylesheet. Enter the CSS rule for changing the background color of the grid superheaders. Save the stylesheet by clicking on the “Save”...
To load the status of a record in an application; Add =SpreadsheetWebRecordInfo(”StatusName”) named range to your workbook. Go to User Interface module. Add a textbox control and bind the named range to it Finally, publish your...
To load the group name of a record in an application; Add =SpreadsheetWebRecordInfo(”AssignedGroupName”) named range to your workbook. Go to User Interface module. Add a textbox control and bind the named range to it Finally, publish your...
To attach documents to email messages; Open Designer interface, Go to the ‘Email Process’ page. Click on the Email process that you want to attach a document to. Choose the attachment as the print process....
To load record IDs in an application; Add =SpreadsheetWebRecordInfo(”ID”) named range to your workbook. Go to User Interface module. Add a textbox control and bind the named range to it Finally, publish your...
To load record update dates in an application; Add =SpreadsheetWebRecordInfo(”LastUpdate”) named range to your workbook. Go to User Interface module. Add a textbox control and bind the named range to it Finally, publish your...