Site Tools


guides:sample_updatecoirequest_workflow

This is an old revision of the document!


private void btnUpdateCOIRequest_Click(object sender, RoutedEventArgs e)
{
    // Update COI Request Workflow:
    // Create Update COI Request - Request ID is retured.
    // Send the COI PDF document associated with the Request ID.
    // Note: An existing 'Other' type submitter id is required for the Update COI request.
 
    updateCOIRequest(); // If successfull the tbRequestID.Text field will have the new Request ID.
 
    sendPDFFile("COI");
 
}
guides/sample_updatecoirequest_workflow.1668040499.txt.gz · Last modified: by brett.zamora