How to change the background color in textbox controls

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”...

How to change the background color in grid controls

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”...

How to change the font color in disabled cells in grid controls

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...

How to change background color in grid superheaders

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”...

How to load the status of a record in an application

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...

How to load the group name of a record in an application

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...

How to attach document to email messages

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....

How to load record IDs in an application

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...

How to load record update dates in an application

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...