Thanks a lot very helpful . I have a request - Can you please rename the title of all Mulesoft videos. So that it will be like a playlist for the beginners
Hi Jitendra, this video is very helpful tried all the steps you have mentioned in order to create a case in sfdc but that object does not appear in the dropdown to select Cases(or Account that you have selected) & i have to write it manually & when i try to run it through postman after initiating the process in muleosft i get the error in postman as "You called the function 'map' with these arguments: 1: Object ({Subject: "Customer Outlook Issue",Priority: "High",Origin: "Web",Description...) 2: Function ((items:Any, index:Any) -> ???) But it expects arguments of these types: 1: Array 2: Function 4| payload map(items,index) -> | ... 13| } Trace: at map (line: 4, column: 1) at main (line: 4, column: 9)" evaluating expression: "%dw 2.0 output application/java --- payload map(items,index) -> { Subject:items.Subject, Priority:items.Priority, Origin:items.Origin, Description:items.Description, Reason:items.Reason, Type:items.Type, Product__c:items.Product__c }". Please help if possible to find a solution to this error
Hi I have a usecase where I need to import salesforce realtime data into Mule 4 ESB and then process it to further . I need it every 1 hr . How to achieve it .? If any record fails how to resume it immediately ?
Hello Jitendra I was creating a record in task object with a field activity date but facing a error that says due date only: value not of required type:2020-09-09 INVALID_TYPE_ON_FIELD_IN_RECORD DO U HAVE ANY IDEA FOR THIS? please let me know
@@muletechnologyacademy-zero5625 I made sure that my test connection is working and also tooling instance is running. Still, the drop down is empty. Can you help?
@@muletechnologyacademy-zero5625 After testing connection, I click OK in the salesforce config dialog to exit. On exiting I get this error : "Metadata retrieval failed because of this problem : com.sforce.ws.SoapFaultException: type and fullNames must be specified for items to read " Can you help me with this?
thank you very much for sharing this video , but i m facing issue while running this project from my end .. getting below error ********************************************************* Message : Something went wrong while sending data to salesforce. Can you please suggest..
For this you need to make sure that the data that you are sending is in JSON format in Postman, not in any other format. Check in Postman under body what format the data is being sent
Hi Jitendra, I was able to follow your steps but on sending the post request in postman, I am getting the below error: [ { "success": false, "id": null, "errors": [ { "duplicateResult": null, "message": "Required fields are missing: [armour_name__c]", "fields": [ "armour_name__c" ], "statusCode": "REQUIRED_FIELD_MISSING" } ] }, { "success": false, "id": null, "errors": [ { "duplicateResult": null, "message": "Required fields are missing: [armour_name__c]", "fields": [ "armour_name__c" ], "statusCode": "REQUIRED_FIELD_MISSING" } ] } ]
it is very helpful to everyone &me aslo .or also send any interviews about mulesoft
This was so easy , simple and helpful. Thank you
Thanks
Hi i wanted to know about the transformation. Where you have taken the input and the output fields are already present in that particular object?
Thanks a lot very helpful .
I have a request - Can you please rename the title of all Mulesoft videos. So that it will be like a playlist for the beginners
Hi, I have arranged everything module wise.
when we create a record in salesforce can we use JSON data or else only java is the suggested format to salesforce?
Hi Jitendra, this video is very helpful tried all the steps you have mentioned in order to create a case in sfdc but that object does not appear in the dropdown to select Cases(or Account that you have selected) & i have to write it manually & when i try to run it through postman after initiating the process in muleosft i get the error in postman as
"You called the function 'map' with these arguments:
1: Object ({Subject: "Customer Outlook Issue",Priority: "High",Origin: "Web",Description...)
2: Function ((items:Any, index:Any) -> ???)
But it expects arguments of these types:
1: Array
2: Function
4| payload map(items,index) ->
| ...
13| }
Trace:
at map (line: 4, column: 1)
at main (line: 4, column: 9)" evaluating expression: "%dw 2.0
output application/java
---
payload map(items,index) ->
{
Subject:items.Subject,
Priority:items.Priority,
Origin:items.Origin,
Description:items.Description,
Reason:items.Reason,
Type:items.Type,
Product__c:items.Product__c
}".
Please help if possible to find a solution to this error
hi i am getting the same error,did u resolve? if so how?
As I was doing this output type of my "Create" is Object only it's not Array how to resolve this?
Hi I have a usecase where I need to import salesforce realtime data into Mule 4 ESB and then process it to further . I need it every 1 hr .
How to achieve it .? If any record fails how to resume it immediately ?
Hello Jitendra
I was creating a record in task object with a field activity date but facing a error that says due date only: value not of required type:2020-09-09 INVALID_TYPE_ON_FIELD_IN_RECORD
DO U HAVE ANY IDEA FOR THIS?
please let me know
Hi, This may be related to data format, data type or type conversation. Please check the data type and format supported.
Jitendra Bafna got the solution I change in dwl application/json to java
Thanks
Hi Jitendra, I am not getting that "Account" object in the dropdown of create connector of Salesforce. Can you please guide me with it?
Hi, you need to provide correct connection string and make sure test connection is working. Also check tooling instance is running.
@@muletechnologyacademy-zero5625 I made sure that my test connection is working and also tooling instance is running. Still, the drop down is empty. Can you help?
@@muletechnologyacademy-zero5625 After testing connection, I click OK in the salesforce config dialog to exit. On exiting I get this error : "Metadata retrieval failed because of this problem : com.sforce.ws.SoapFaultException: type and fullNames must be specified for items to read "
Can you help me with this?
thank you very much for sharing this video , but i m facing issue while running this project from my end .. getting below error *********************************************************
Message : Something went wrong while sending data to salesforce.
Can you please suggest..
Rama Krishna please check you are sending correct payload to Salesforce and doing correct mapping
@@muletechnologyacademy-zero5625 thank you , got the response
Can u please help me what I should do api is not enabled for this organisation
I just want only success should be seen what should I do
I am getting error like api is not enabled for this organisation
getting error that "unable to resolve metadata for: Accounts"
Test connection is successful.
Restart tooling instance.
@@muletechnologyacademy-zero5625 i have restart the Anypoint studio ide also. Still error persist.
I am getting error in postman "called the function 'map' with these arguments"
But it expects arguments of these types:
1: Array
2: Function
For this you need to make sure that the data that you are sending is in JSON format in Postman, not in any other format. Check in Postman under body what format the data is being sent
How to deal with token if it expires in 60 minutes. How to automatically fetch token from salesforce in real time
Ok
i encounter every error tooling error,
Hi Jitendra,
I was able to follow your steps but on sending the post request in postman, I am getting the below error:
[
{
"success": false,
"id": null,
"errors": [
{
"duplicateResult": null,
"message": "Required fields are missing: [armour_name__c]",
"fields": [
"armour_name__c"
],
"statusCode": "REQUIRED_FIELD_MISSING"
}
]
},
{
"success": false,
"id": null,
"errors": [
{
"duplicateResult": null,
"message": "Required fields are missing: [armour_name__c]",
"fields": [
"armour_name__c"
],
"statusCode": "REQUIRED_FIELD_MISSING"
}
]
}
]
it will be helpful if you could provide any inputs on how to resolve this :)
Hey
Can you provide me that raml file you have created for this flow.