Update Dashboard Command
You use the Update Dashboard command to enter a new record in the Customer Dashboard. This example uses the following name-value pairs as input arguments:
Source Name: Base View
Buscomp Name: Contact
RowId: E301
Example of the Update Dashboard Command
The following code is an example of the Update Dashboard command:
inpargs.SetProperty("Source Name","Base View", "Buscomp Name", "Contact", "RowId",
"E301");
bs.InvokeMethod("Update Dashboard",inpargs,outargs);