• Wahid Buhari
  • NEWBIE
  • 40 Points
  • Member since 2016
  • Salesforce Developer
  • Automotive Robotics India

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 7
    Questions
  • 13
    Replies
Hi,

I have around 300 records on a object (which is a child object) having currency ISO code as USD which is wrong in first place because the values have been pulled from another object with right currency code for calculation however the values have been stored in this child object with Currency Code as USD. Now I would like to update these child records with its parent's Currency Iso code. When I tried updating single record, the currency values automatically updated to the converting currency code(say EUR). To make it in simple words, I want to update currency ISO code of a record without the values in currency fields updated automatically! 

Thanks,
Wahid 
Hi,

I am not able to change my trailhead email  address. Because of that I am not able to link my Trailhead account with Web accessor.
Any help on updating trailhead email address would be highly appreciated.

Thanks and Regards,
Wahid Buhari

Hi,

I am doing App customization specialist super badge. While checking step 2, I am facing below issue 

Challenge Not yet complete... here's what's wrong: 
There was an unexpected error while verifying this challenge. Usually this is due to some pre-existing configuration or code in the challenge Org. We recommend using a new Developer Edition (DE) to check this challenge. If you're using a new DE and seeing this error, please post to the developer forums and reference error id: RYDPKDSO

Can anyone help me with this?

Thanks,
Wahid 

Hi,

I am using public site to create cases from web. There will be 3 record types for cases. I am using extension to over ride standard save action and after creating case I am redirecting to another page. 
This is working as expected for 1 st 2 record types. But for the 3rd record type the case was created but redirecting is not happening and site is throwing unauthorized error. 
1)Tried 'Preview as admin' mode - But no error message was showing
2)Tried set debug log for guest user - But no logs are happening

Stuck with the issue. Any help is highly appreciated.

Thanks,
Wahid 
Hi,
I am using apex:inputfield to show  picklist values in a VF page. The picklist has various values say A, B, C. But I would like to show only A in my vf page without removing B and C from picklist. Are there any ways to acheive this?

Thanks,
Wahid
Hi.
I am updating a rich text area field from an Apex class. I would like to have the field to be appended with some value every time the class is called . 
I am using rich_txt_field__c+= rich_text_field__c + some content. since the first time there will not be any value  I am getting null + some value. though I used if(rich_text_field__c !=null), that seems not working. I dont want to get null value on the first time update.
Any views on this?
I am using email-to-case functionality to create cases from emails. I have used a custom field say mail_body__c(rich text area) to store email body and updating the field using trigger. this is working fine. Now my requirement is to store all incoming emails(from customers) related to a particular case in the custom field mail_body__c. How can I acheive that? Any help on this would be highly appreciated. Thanks.
Hi,

I have around 300 records on a object (which is a child object) having currency ISO code as USD which is wrong in first place because the values have been pulled from another object with right currency code for calculation however the values have been stored in this child object with Currency Code as USD. Now I would like to update these child records with its parent's Currency Iso code. When I tried updating single record, the currency values automatically updated to the converting currency code(say EUR). To make it in simple words, I want to update currency ISO code of a record without the values in currency fields updated automatically! 

Thanks,
Wahid 
Hi,

I am not able to change my trailhead email  address. Because of that I am not able to link my Trailhead account with Web accessor.
Any help on updating trailhead email address would be highly appreciated.

Thanks and Regards,
Wahid Buhari

Hi,

I am doing App customization specialist super badge. While checking step 2, I am facing below issue 

Challenge Not yet complete... here's what's wrong: 
There was an unexpected error while verifying this challenge. Usually this is due to some pre-existing configuration or code in the challenge Org. We recommend using a new Developer Edition (DE) to check this challenge. If you're using a new DE and seeing this error, please post to the developer forums and reference error id: RYDPKDSO

Can anyone help me with this?

Thanks,
Wahid 

Hi,

I am using public site to create cases from web. There will be 3 record types for cases. I am using extension to over ride standard save action and after creating case I am redirecting to another page. 
This is working as expected for 1 st 2 record types. But for the 3rd record type the case was created but redirecting is not happening and site is throwing unauthorized error. 
1)Tried 'Preview as admin' mode - But no error message was showing
2)Tried set debug log for guest user - But no logs are happening

Stuck with the issue. Any help is highly appreciated.

Thanks,
Wahid 
Hi,
I am using apex:inputfield to show  picklist values in a VF page. The picklist has various values say A, B, C. But I would like to show only A in my vf page without removing B and C from picklist. Are there any ways to acheive this?

Thanks,
Wahid
Hi.
I am updating a rich text area field from an Apex class. I would like to have the field to be appended with some value every time the class is called . 
I am using rich_txt_field__c+= rich_text_field__c + some content. since the first time there will not be any value  I am getting null + some value. though I used if(rich_text_field__c !=null), that seems not working. I dont want to get null value on the first time update.
Any views on this?
I am using email-to-case functionality to create cases from emails. I have used a custom field say mail_body__c(rich text area) to store email body and updating the field using trigger. this is working fine. Now my requirement is to store all incoming emails(from customers) related to a particular case in the custom field mail_body__c. How can I acheive that? Any help on this would be highly appreciated. Thanks.
HI, I have tried to build a custom home page to complete the task 
https://trailhead.salesforce.com/trails/lex_admin_migration/modules/lightning_app_builder/units/lightning_app_builder_homepage

each time i check to see if complete  it shows no as none available when i have completed the below

Action LabelNameNamespace PrefixDescriptionTypeCreated ByLast Modified By
Edit | Del New Home PageNew_Home_Page  Home PageDDaws, 13/06/2017 10:30DDaws, 13/06/2017 10:30
Edit | Del Sales Home pageSales_Home_page  Home PageDDaws, 13/06/2017 10:33DDaws, 13/06/2017 10:33

plesae can you advise?
thanks
Danielle
Hi,
I created a custom field in Opportunity called Pre-sales. 
Data Type is Lookup. Using this field, sales people can look up users in sfcom and assign them as
a pre-sales person to this opportunity. 
However, I want to restrict the user names they can pick from to say, "John Smith".
I tried the following Error Condition Formulas, none of them work:
Pre_Sales__c = "John Smith"
Pre_Sales__c.FirstName = "John"
CONTAINS(Pre_Sales__c,"John Smith")
CONTAINS("John Smith",Pre_Sales__c)
Can someone please help?
To complicate a little, how adding a second name "Jane Dowe".
Thanks,
- Terry
 
Can anyone please tell me the uses of Trailhead Badges & Points.

Will they be helpful in Certifications?
I copied and pasted a pre-made trigger from the challenge so I could write the test class, but the trigger will not save:


User-added image
The error is:  unexpected token: 'trigger'

This is a screenshot of the challenge:

User-added image

I clicked on the link to the challenge and it took me to GitHub where I copied/pasted the trigger into my Dev. org.  I cannot continue with this challenge until this saves. What is wrong?