• ram d
  • NEWBIE
  • 15 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 12
    Questions
  • 4
    Replies
Hi, I need some help in pagination for 2 different objects in lightning it would be great if some one help in this
  • September 03, 2021
  • Like
  • 0
Hi Team,

I am using one email template for sending some currency field details to our internal users the email template is working fine in sandbox with Indian currency symbol but in production the same email template not working properly in the place of currency symbol we are getting question mark(?). It will be great if some one help me on this issue.

Below are the output values from the emaol template:

Sandbox email template output:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Loan Charges: ₹ 5,000.00
Total Amount: ₹ 5,400.00
Total Amount Paid: ₹ 3,000.00
Remaining Amount: ₹ 2,400.00

Production email template output:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Loan Charges: ? 5,000.00
Total Amount : ? 5,400.00
Total Amount Paid: ? 3,000.00
Remaining Amount: ? 2,400.00


Thanks in Advance
Ram
  • August 08, 2020
  • Like
  • 0
Hi,

I need to do Incremental Backups in salesforce by using salesforce standard ways I know Data Loader and Data Export other then these 2 options is there any new ways for taking Incremental Backups in salesforce ? could you please help me in this.?

Thanks in Advance!
Ram
  • April 01, 2020
  • Like
  • 0
Hi All,

We have a requirement to read the data from excel and push to Salesforce object. Do we have any tool or package to achieve this requirement. 

Any suggestions or inputs would be much appreciated. 

Note: We have tried to change the file type to csv but the data is not intact after conversion. 


Thanks
Ram
  • October 04, 2019
  • Like
  • 0
Hi all,

I need some help in "how to upload excel file data into sales force custom object by using apex( by a cutom button on Custom object)"

Any help much appreaciated !!!

Thanks in Advance
Ram
 
  • October 03, 2019
  • Like
  • 0
Hi All,

I am using below code in one of my lightning component it is working fine in Google Chrome but it is not working in IE . If anyone have any idea or suggestion regarding this issue could you please help me or suggest me  on this ?

<lightning:checkboxGroup aura:id="pgroup"
                                 name="products"
                                 label=""
                                 options="{!v.products}"
                                 value="{!v.selectedproducts}"
                                 onchange="{!c.handleProductOnChange}"
                                 />
    



Thanks in Advance !!
 Ram
  • August 21, 2019
  • Like
  • 0
Hi All,

how to add one text field value to empty text field by using custom button in lightning  any help much appreciate 

Thanks in Advance
  • July 31, 2019
  • Like
  • 0
Hi ,
I want to Add a picklist value to a table header by using Add Prod custom button once i selected that value from the picklist then that value needs to  remove from the picklist values , Can some one please help me how to achieve this in Lightning 

Thanks in Advance !!
  • July 30, 2019
  • Like
  • 0
Hi I have one requirement there are two objects like Account and Account coverage so here Account coverage is Child of Account I need to Auto follow Account Coverage records to the Account records by the created users please help me in this i am New to chatter related Thanks In Advance
  • August 27, 2015
  • Like
  • 0
Hi All ,I have requirement if any one helps i am very thankful to them please see my requirement below
I have 3 objetcs like Account,Account Convace,Catlog Account is lookup of Account convace and Catlog is Master object for Account Convas so when the user changes the Account name in Account convas then we need to send a email for  all the users in the Account convas with Account old name and new name please any one help in this Requirement 
  • July 22, 2015
  • Like
  • 0
Public class CrntFY{
public CrntFY() {

Integer currentYear = Datetime.now().year();
Integer currentMonth = Datetime.now().month();


if(currentMonth > 10) {
startDate = Date.newInstance(currentYear, 11, 1);
endDate = Date.newInstance(currentYear + 1, 11, 1);
currentFY = currentYear + 1;
}
else {
startDate = Date.newInstance(currentYear - 1, 11, 1);
endDate = Date.newInstance(currentYear, 11, 1);
currentFY = currentYear;
}
}
}

Thanks in Advance
 
  • July 09, 2015
  • Like
  • 0
Hi Every one i want learn JQuery and JQuery Mobile in salesforce so please give some suggestions and some examples used in salesforce using JQuery and JQuery Mobile Thanks in Advance
  • May 23, 2015
  • Like
  • 0
Hi Team,

I am using one email template for sending some currency field details to our internal users the email template is working fine in sandbox with Indian currency symbol but in production the same email template not working properly in the place of currency symbol we are getting question mark(?). It will be great if some one help me on this issue.

Below are the output values from the emaol template:

Sandbox email template output:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Loan Charges: ₹ 5,000.00
Total Amount: ₹ 5,400.00
Total Amount Paid: ₹ 3,000.00
Remaining Amount: ₹ 2,400.00

Production email template output:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Loan Charges: ? 5,000.00
Total Amount : ? 5,400.00
Total Amount Paid: ? 3,000.00
Remaining Amount: ? 2,400.00


Thanks in Advance
Ram
  • August 08, 2020
  • Like
  • 0
Hi all,

I need some help in "how to upload excel file data into sales force custom object by using apex( by a cutom button on Custom object)"

Any help much appreaciated !!!

Thanks in Advance
Ram
 
  • October 03, 2019
  • Like
  • 0
Hi ,
I want to Add a picklist value to a table header by using Add Prod custom button once i selected that value from the picklist then that value needs to  remove from the picklist values , Can some one please help me how to achieve this in Lightning 

Thanks in Advance !!
  • July 30, 2019
  • Like
  • 0
Public class CrntFY{
public CrntFY() {

Integer currentYear = Datetime.now().year();
Integer currentMonth = Datetime.now().month();


if(currentMonth > 10) {
startDate = Date.newInstance(currentYear, 11, 1);
endDate = Date.newInstance(currentYear + 1, 11, 1);
currentFY = currentYear + 1;
}
else {
startDate = Date.newInstance(currentYear - 1, 11, 1);
endDate = Date.newInstance(currentYear, 11, 1);
currentFY = currentYear;
}
}
}

Thanks in Advance
 
  • July 09, 2015
  • Like
  • 0