Hi mam how to attach pdf file by using salesforce connector in mule 4 by using postman
@coolsid4111 ай бұрын
Can put filter to check owner id equals logged in user id
@neelamdhardubey60011 ай бұрын
Yes.. When you will be setting filter criteria.. there you will get
@allecporfirio Жыл бұрын
Have you ever tried to open a component by triggering the canvas with this tab that you made?
@parthasarathinayak2507 Жыл бұрын
Hi, I have one query related to content version, I want to expose one attachment by the help of rest resource can you please help me on this
@NavbharatPrakash089 Жыл бұрын
How we implement in azure devops pipeline and deploy to Salesforce org?? Please reply
@AkshayBhoite-x8r Жыл бұрын
informative video, when I am trying email to case in my org, only contentdocumentlink of linkedentitytype- user is getting created, not of case type. please help.
@srilathanaidu859 Жыл бұрын
Can I know how to create 2 js files in one LWC component and need to call 1 js file from another file
@neelamdhardubey600 Жыл бұрын
Hi.. Right click on the respective lwc folder and create file with .js extension... Make the js file exportable using export keyword.. And the js where want to call method.. Import the another js.. And call the method... Let me know if you need a video to understand it.
@srilathanaidu859 Жыл бұрын
@@neelamdhardubey600 Yes if you can it wil be helpful.. Thank you
@ashokkumar1778 Жыл бұрын
How can we do this through Azure devops pipeline?
@neelamdhardubey600 Жыл бұрын
You must be Configuring the you repository, so put destructivechanges. Xml in the same folder where package. Xml exist..
@ashokkumar1778 Жыл бұрын
Thanks for your reply, i have one more question like how can we do quickdeploy through Azure pipeline, can you help me,how can I contact you
@TheSoftwareTutor1 Жыл бұрын
Many thanks for this video, Neelam!
@nishthababbar308 Жыл бұрын
Mam, I have to migrate the content version data from one object to another object but in same org for different packages could you please help me with this?
@neelamdhardubey600 Жыл бұрын
I think you can write a batch, there you will read data from one package and insert into different package object... Will it be feasible?
@TypicalGuitarGuy Жыл бұрын
Thank you! The tip about going to the __tests__ folder to get the component name and import statement... nice 👍
@RahulJaiswal-ig6wr Жыл бұрын
Great concept, thanx
@smritisharan-sfdcamplified Жыл бұрын
good job explaining
@sowmikmikcy6687 Жыл бұрын
I was unable to generate a report to show all attachments linked to a case with fields like attachment name, date uploaded, number of attachments and attachment type. I have tried with custom report types with case as master and content Document as child but all fields from content Document are not visible. Is it a salesforce limitation?
@neelamdhardubey600 Жыл бұрын
I am checking on this.. Will come to you ASAP..
@RAHULkumar-gb4tt Жыл бұрын
Mem apki help ki jarurat hai
@neelamdhardubey600 Жыл бұрын
Sure..let me know how can i help you?..
@informationhub8874 Жыл бұрын
Can u help me?
@neelamdhardubey600 Жыл бұрын
Yeah tell me what help you need?
@saipooja7252 Жыл бұрын
How to mass delete custom fields or custom objects using package.xml can u show from basic
@neelamdhardubey600 Жыл бұрын
Sure will upload that ASAP, most probably by today late night..... and let you know here....
@neelamdhardubey600 Жыл бұрын
I already uploaded one video for deleting field, object and other components from org.. Link is here, by the time you can refer .. kzbin.info/www/bejne/l3K9i6p_rLiMorM In Brief Basically that is Achievable through destructive changes, that holds the components you want to delete.. If you have multiple field to delete, mention all those field with objectName.tobedeleted field... Similarly you can mention objects that want to delete.. Destructive files look similar to package.xml... Whereas package. Xml holds the components which we deploy either new or update.. I will try to upload new one on this..
@prashantsonawane7730 Жыл бұрын
I want to migrate data from salesforce to azure data lack but the data is in an unstructured format. Is there any way to migrate such data?
@neelamdhardubey600 Жыл бұрын
Could you please elaborate little more about unstructured format??? Are you exporting data from Salesforce using data loader as csv but csv not having exactly same data? Or Field mapping issue is there?
@prashantsonawane7730 Жыл бұрын
@@neelamdhardubey600 Unstructured data could be pdf, txt, or image files.
@neelamdhardubey600 Жыл бұрын
@@prashantsonawane7730 Did you try Azure data factory?
@prashantsonawane7730 Жыл бұрын
@@neelamdhardubey600 Yes mam, but it's not possible through ADF. ADF doesn't have the capability to extract attachments.
@neelamdhardubey600 Жыл бұрын
@@prashantsonawane7730 please have look here.. mukulmahawariya11.medium.com/connecting-salesforce-and-azure-blob-storage-4336403019d9 May the above link help you.