-
ChatterFeed
-
0Best Answers
-
0Likes Received
-
0Likes Given
-
25Questions
-
12Replies
Convert VersionData to actual file
Its urgent !!
I have public site where i want to give a access to user to view and download the files stored in VersionData field of ContentVersion object.
I am using aura and apex for the above requirement and I am uanble to find out the way to convert VersionData to actual file. Can anybody help me to convert VersionData to actual file using aura and apex.
Thank you.
- Nikita Yadav 17
- April 18, 2023
- Like
- 0
- Continue reading or reply
SOQL Query on Std Order object
below queries are not working.Why? Whats the right way to do?
SELECT Id, BillToContactId.Name FROM Order
SELECT Id, BillToContactId__r.Name FROM Order
Also any workaround if needed.
Thanks in advance.
- Nikita Yadav 17
- September 07, 2022
- Like
- 0
- Continue reading or reply
convert Input fields and values to JSON object in lwc without using APEX
Need urgent help !
I am new to LWC and API integration !
How to convert Input fields and values to JSON object in lwc without using APEX and send them to external api of payment gateway(Here i am trying to integrate with authorize .net) ?
Thanks
- Nikita Yadav 17
- March 25, 2022
- Like
- 0
- Continue reading or reply
Create new child record when parent is created or updated using flow
I am very new to the flow.
I have a requirement to create new history record i.e. child record everytime whenever parent record is created or updated(Flow will trigger when record is created or updated on parent object).This child record will have same values and fields as parent record.
I am stuck to implement this.Please help me !!
Thank u.
- Nikita Yadav 17
- January 05, 2022
- Like
- 0
- Continue reading or reply
- Nikita Yadav 17
- December 28, 2022
- Like
- 0
- Continue reading or reply
populate audit fields with datetime in edit form lwc
I have LWC component with <lightning-record-edit-form> and i want to display audit fields like,but Currently it is showing like,
is there any way to display fileds same as picture 1?
- Nikita Yadav 17
- December 28, 2022
- Like
- 0
- Continue reading or reply
stay on same tab after refresh in standard tabs
Need urgent help.
Is there any way to stay on same(active) tab after refresh?
PLEASE NOTE : I am asking about tabs which are available through EDIT PAGE -> STANDARD COMPONENTS, NOT THE LWC OR AURA COMPONENT
Thank you.
- Nikita Yadav 17
- December 23, 2021
- Like
- 0
- Continue reading or reply
Not able to Install sfdx-lwc-jest Node Module
I am solving below trailhead,
https://trailhead.salesforce.com/en/content/learn/modules/test-lightning-web-components/set-up-jest-testing-framework
when I try following command,
sfdx force:lightning:lwc:test:setup
I am getting this error,
npm ERR! code ETARGET
npm ERR! notarget No matching version found for prettier-plugin-apex@^1.10.1.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
Note : All the command in above trailhead was successfully worked.
Please help me to solve this trail.
Thank u.
- Nikita Yadav 17
- December 01, 2021
- Like
- 0
- Continue reading or reply
Get Organization wide Address in Process builder to set parameter value of apex class
I have created process builder which calls apex class to send email notifications. This class method accepts some paramters and one of the parameter is FromAddress. I want to set FromAddress value from Organization wide address but I dont know how to access these address in Process builder. Please help me with this.
Thank u.
- Nikita Yadav 17
- December 01, 2021
- Like
- 0
- Continue reading or reply
Email sent through Email to salesforce Not Showing in Activity Tab
I need your urgent help.I am new to salesforce.I want to enable email(company's domain) sync(two way) to SF. I am trying to use Email to Salesforce feature of SF. I have followed below steps,
1. Enabled Email to salesforce.
2. From Personal Setting, My Email To Salesforce.
3. I have followed the steps given in below link,
https://help.salesforce.com/s/articleView?id=sf.email_my_email_2_sfdc_using.htm&type=5
ISSUE : When I sent an email from my email account to a specific email associated with contact(followed all the above mantioned steps), It is not showing in Activity Tab of that contact, even after sending an email successfully .
Please help me !
Thank you !
- Nikita Yadav 17
- November 10, 2021
- Like
- 0
- Continue reading or reply
Docusign Update Layout Error
I need urgent help,I am trying to setup docusign for contact but when i try to update layout i am getting below error.
- Nikita Yadav 17
- November 01, 2021
- Like
- 0
- Continue reading or reply
DocuSign Package Upgrade
Hello Need Urgent Help,
My DocuSign Version is 6.6.4 and As per this link
https://support.docusign.com/en/articles/Upgrading-DocuSign-For-Salesforce
I need to update all the link from version 6.4.5 ..
is it right way to upgrade package? Can i upgrade from the last link and skip previous links?
Thank u !
- Nikita Yadav 17
- October 14, 2021
- Like
- 0
- Continue reading or reply
Passing value from apex controller to Vf page
public Boolean isAllowed {get;set;}
public void getCountries(){
isAllowed = false;
state=Apexpages.currentPage().getParameters().get('Fedstate');
system.debug('State on get Countries'+state);
countriesList = ExemptedCountriesList__c.getAll().values();
system.debug('countriesList '+countriesList);
for(ExemptedCountriesList__c names : countriesList){
system.debug('Names on '+names.name);
if(names.Name == state){
isAllowed = true;
system.debug('IsAllowed in If '+isAllowed);
}
}
}
vf page -
<script>
function openPopup(){
var allowed = document.getElementById('allowed').value;
console.log('allowed'+allowed);
}
</script>
<apex:inputHidden value = "{!isAllowed}" id = "allowed"/>
I am trying to aceess isAllowed variable of apex but it is always returning false even if it is true.Also suggest me th different ways to pass values from apex controller to VF page and access them in JS.
Please help me !! I am new to VF pages.
Thank you !
- Nikita Yadav 17
- October 11, 2021
- Like
- 0
- Continue reading or reply
How to solve :: Error converting value to correct data type: Failed to parse date: 03-03-2020 15.57
Hello,
I am uploading ContentVersion records using Dataloader desktop app which are downloaded from Data export but i am getting below error,
Error converting value to correct data type: Failed to parse date: 03-03-2020 15.57
Can anybody tell me how to solve this error?How to change Format or somethingelse?
Thank u in advance!!
- Nikita Yadav 17
- August 12, 2021
- Like
- 0
- Continue reading or reply
Migrate ContentVersion
Hello experts,
I am migrating ContentVersion and Attachment data from one to another org and I have downloaded the records from Data Export,But the problem is that actual file is named as that records id with no extention(refer img) starting with 068 but the name/title of that file is different.To upload the data in new org I need to rename those file to give path for file.But I can not do this because files are in large amount i.e. 15k+.
Please suggest me something !
- Nikita Yadav 17
- August 06, 2021
- Like
- 0
- Continue reading or reply
Migrate attachments and files
Can anybody state and explain the steps to export and import attachments/files from one SF org to another Org?
Help me please !!
Thank you in advance!
- Nikita Yadav 17
- August 04, 2021
- Like
- 0
- Continue reading or reply
ActivityID is not Getting generated
Need Urgent Help.
Whenever i insert records in bulk in EmailMessage Object,the activityId is not getting generated.I dont unsderstand why it is happening? Please tell what is going on and why?
NOTE :: I am inserting Records without RelatedToId and ParentId.
Thank you!!
- Nikita Yadav 17
- July 26, 2021
- Like
- 0
- Continue reading or reply
Add custom field created for task to Activity timeline layout
I have created custom lookup field for Deals object on Activity object. This created field is visible on indivisual task layout but not visible in Activity timeline layout(PFA for layout). any idea how to add this field on activity timeline layout ?
Please help me with this.
Thank you in advance.
- Nikita Yadav 17
- July 09, 2021
- Like
- 0
- Continue reading or reply
Salesforce and Android phone contact integration
Do you guys know how to sync android/ios phone's conatct in salesforce?
Please help me with this.
Thank you in advance..
- Nikita Yadav 17
- July 05, 2021
- Like
- 0
- Continue reading or reply
kanban view for opportuinity not showing all stages
Its URGENT.
Kanban view for Opportunity showing only 5 out of 7 (All active) stages.any idea what is the reason? and how to add other remaining stages to kanaban view?
Refere below screenshot,
Thank you.
Kanban Setting,
Stage Values,
Current Kanban View,
- Nikita Yadav 17
- June 24, 2021
- Like
- 0
- Continue reading or reply
Convert VersionData to actual file
Its urgent !!
I have public site where i want to give a access to user to view and download the files stored in VersionData field of ContentVersion object.
I am using aura and apex for the above requirement and I am uanble to find out the way to convert VersionData to actual file. Can anybody help me to convert VersionData to actual file using aura and apex.
Thank you.
- Nikita Yadav 17
- April 18, 2023
- Like
- 0
- Continue reading or reply
convert Input fields and values to JSON object in lwc without using APEX
Need urgent help !
I am new to LWC and API integration !
How to convert Input fields and values to JSON object in lwc without using APEX and send them to external api of payment gateway(Here i am trying to integrate with authorize .net) ?
Thanks
- Nikita Yadav 17
- March 25, 2022
- Like
- 0
- Continue reading or reply
Create new child record when parent is created or updated using flow
I am very new to the flow.
I have a requirement to create new history record i.e. child record everytime whenever parent record is created or updated(Flow will trigger when record is created or updated on parent object).This child record will have same values and fields as parent record.
I am stuck to implement this.Please help me !!
Thank u.
- Nikita Yadav 17
- January 05, 2022
- Like
- 0
- Continue reading or reply
stay on same tab after refresh in standard tabs
Need urgent help.
Is there any way to stay on same(active) tab after refresh?
PLEASE NOTE : I am asking about tabs which are available through EDIT PAGE -> STANDARD COMPONENTS, NOT THE LWC OR AURA COMPONENT
Thank you.
- Nikita Yadav 17
- December 23, 2021
- Like
- 0
- Continue reading or reply
Not able to Install sfdx-lwc-jest Node Module
I am solving below trailhead,
https://trailhead.salesforce.com/en/content/learn/modules/test-lightning-web-components/set-up-jest-testing-framework
when I try following command,
sfdx force:lightning:lwc:test:setup
I am getting this error,
npm ERR! code ETARGET
npm ERR! notarget No matching version found for prettier-plugin-apex@^1.10.1.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
Note : All the command in above trailhead was successfully worked.
Please help me to solve this trail.
Thank u.
- Nikita Yadav 17
- December 01, 2021
- Like
- 0
- Continue reading or reply
Migrate ContentVersion
Hello experts,
I am migrating ContentVersion and Attachment data from one to another org and I have downloaded the records from Data Export,But the problem is that actual file is named as that records id with no extention(refer img) starting with 068 but the name/title of that file is different.To upload the data in new org I need to rename those file to give path for file.But I can not do this because files are in large amount i.e. 15k+.
Please suggest me something !
- Nikita Yadav 17
- August 06, 2021
- Like
- 0
- Continue reading or reply
ActivityID is not Getting generated
Need Urgent Help.
Whenever i insert records in bulk in EmailMessage Object,the activityId is not getting generated.I dont unsderstand why it is happening? Please tell what is going on and why?
NOTE :: I am inserting Records without RelatedToId and ParentId.
Thank you!!
- Nikita Yadav 17
- July 26, 2021
- Like
- 0
- Continue reading or reply
Add custom field created for task to Activity timeline layout
I have created custom lookup field for Deals object on Activity object. This created field is visible on indivisual task layout but not visible in Activity timeline layout(PFA for layout). any idea how to add this field on activity timeline layout ?
Please help me with this.
Thank you in advance.
- Nikita Yadav 17
- July 09, 2021
- Like
- 0
- Continue reading or reply
Salesforce and Android phone contact integration
Do you guys know how to sync android/ios phone's conatct in salesforce?
Please help me with this.
Thank you in advance..
- Nikita Yadav 17
- July 05, 2021
- Like
- 0
- Continue reading or reply
kanban view for opportuinity not showing all stages
Its URGENT.
Kanban view for Opportunity showing only 5 out of 7 (All active) stages.any idea what is the reason? and how to add other remaining stages to kanaban view?
Refere below screenshot,
Thank you.
Kanban Setting,
Stage Values,
Current Kanban View,
- Nikita Yadav 17
- June 24, 2021
- Like
- 0
- Continue reading or reply
Filter Related To dropdown list in LOG CALL section of CASE object
Is it Possible to filter Related to list in the Log call section? If yes, then How? Suggestions, please.
Please refer img.
Thanx in advance.
- Nikita Yadav 17
- June 17, 2021
- Like
- 0
- Continue reading or reply
Dynamic SOQL query with IN clause
I am passing List<String> (it contains list of ids) to my dynamic SOQL query from the apex code and I am getting query in debug log as,
SELECT Id, Colour__c, Show_Hide_in_Table__c, OwnerId, Owner.UserRoleId, Owner.Name, StageName, Status__c, LastActivityDate, CreatedDate FROM Opportunity WHERE Id IN ('0065w000025xUyVAAU', '0065w000025xUyZAAU', '0065w000025xUx7AAE', '0065w000025xUw9AAE', '0065w000025xUy5AAE', '0065w000025xUykAAE', '0065w000025xUuLAAU', '0065w000025xUyQAAU', '0065w000025xUvcAAE', '0065w000025xUKfAAM', ...) AND Show_Hide_in_Table__c = 'Show' ORDER BY StageName
So my question is that,
1) What is that ... (three dots) at the end of ids?
Note: I did not add that ... from my apex code
2) Is it necessary to pass : (Colon) when used IN clause in dynamic soql?
Thanx in advance.
- Nikita Yadav 17
- June 16, 2021
- Like
- 0
- Continue reading or reply