mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Add record type id to supported objects on Salesforce Node (#2056)
This commit is contained in:
@@ -16,6 +16,7 @@ export interface ICase {
|
||||
SuppliedEmail?: string;
|
||||
SuppliedPhone?: string;
|
||||
SuppliedCompany?: string;
|
||||
RecordTypeId?: string;
|
||||
}
|
||||
|
||||
export interface ICaseComment {
|
||||
|
||||
Reference in New Issue
Block a user