Skip to content

How to Create a Record for Custom Module #21

@jayomayan

Description

@jayomayan

Followed this and it gives me an error

com \ zoho \ crm \ api \ exception\ SDKException


$bank = ZohoManager::useModule('Banks');
       $response = $bank->create([
           'Deal' => $dealid,
           'Bank_Institution_Name' =>  $json_data->bank_name,
           'Account_Name' => $json_data->account_name,
           'Account_Number' => $json_data->account_number,
]);

Banks is the API name of the custom module.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions