Add record type id to supported objects on Salesforce Node (#2056)

This commit is contained in:
Ricardo Espinoza
2021-08-07 03:41:00 -04:00
committed by GitHub
parent fa31c0c7b6
commit 244a2ba409
7 changed files with 192 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ export interface ICase {
SuppliedEmail?: string;
SuppliedPhone?: string;
SuppliedCompany?: string;
RecordTypeId?: string;
}
export interface ICaseComment {