Add field "mobile phone" to lead resource (Salesforce) (#1522)

This commit is contained in:
Ricardo Espinoza
2021-03-10 12:36:26 -05:00
committed by GitHub
parent d6d57c2df6
commit 15ec1f1f4d
5 changed files with 23 additions and 1 deletions

View File

@@ -22,4 +22,5 @@ export interface ILead {
AnnualRevenue?: number;
IsUnreadByOwner?: boolean;
NumberOfEmployees?: number;
MobilePhone?: string;
}