• Gsam1234
  • NEWBIE
  • 5 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 1
    Questions
  • 7
    Replies
I have a custom object called Revenue Schedule that is a child object of Opportunity. The Opportunity has custom fields "Start Date" and "End Date." The child object needs to have a record for each month within the Start Date and End Date, with the proportional amount of Revenue. 

For example, if Opportunity XYZ has Amount of $900, with Start Date of 6/15/18 and End Date of 8/15/18, three rows need to be created:
Schedule DateRevenue
6/1/18$300
7/1/18$300
8/1/18$300

The same holds true if the Start Date and End Date are not evenly split across months. For example, Start Date of 6/28/18 and End Date of 7/5/18. Since 3 days are in June and 5 in July, the record for 6/1/18 would be 3/8 * Opportunity Amount. The record for 7/1/18 would be 5/8 * Opportunity Amount. I am looking for help building the trigger to support the creation of these Revenue Schedule records. Thank you. 
We are facing an issue with respect to Health Cloud package for Registration API. Whenever we hit the Registration API, we insert a household account, contact, user and the Account Contact Relationship. While we insert account/contact using Registration API in the scope of Guest User we encounter the below error:

You don't have the level of access required to complete this action. Please contact your administrator for help.

We didn’t found any documentation associated with this trigger implementation. We have provided all object access, FLS for account, contact objects, Access to API for guest user. Also, the error message generated is not due to custom code of Registration API but from the code in HealthCloudGA.AccountTrigger.
 
Hi. I'm an Admin and not a Developer, first off.  I want to create a simple Lightning Component with one field (custom) on a standard object so that it may be displayed on the right side of a Lightning Record Page, separate from other fields on the same record.  In essence, all fields except the single field, will be in the main standard Record Detail component and the single field will be in its own component on the right.  How would I go about creating a Lightning Component with just one field?
Hello community,

I'm currently working on a new implementation of Service Call with omnichannel including the live agent and community.
My client and I were really interested into the Einstein bot... but we support multiple languages. Seems like there is no support at all of multi-language with the Chat bot... just like so many other functionnalities with limited multi-language support.

As a workaround, I thought it might be possible to duplicate everything for each languages (lucky we have only two) and use audience in community to show one or the other Chat snap-in. We would also need to create one bot per language and have them training individually...

Another workaround would be to use only on chat bot, and include multi language with different dialog and everything.


My question is, anyone here ever implemented a chat bot in Salesforce which was supporting multiple languages? This is relativaly new so my guess is probably no

Regards
 


I want to make a lightning component which makes clone of opportunity in edit mode and it should have some default value. I dont want as standard clone functionality. it should open as popup like when we click on edit or new opportunity. Can you tell how to achieve this?

I need to export a report as a CSV to an FTP site or email it on a daily or weekly basis.

 

I have a Report.  I need to get the report out of Salesforce somehow into CSV format.

 

Ideally, this would be scheduled.


I'm a developer so I can do developer stuff.  However, I don't know APEX and I don't know VisualForce.  I can get someone to do that stuff if we need to.


Thanks!

  • July 26, 2011
  • Like
  • 2
Hello community,

I'm currently working on a new implementation of Service Call with omnichannel including the live agent and community.
My client and I were really interested into the Einstein bot... but we support multiple languages. Seems like there is no support at all of multi-language with the Chat bot... just like so many other functionnalities with limited multi-language support.

As a workaround, I thought it might be possible to duplicate everything for each languages (lucky we have only two) and use audience in community to show one or the other Chat snap-in. We would also need to create one bot per language and have them training individually...

Another workaround would be to use only on chat bot, and include multi language with different dialog and everything.


My question is, anyone here ever implemented a chat bot in Salesforce which was supporting multiple languages? This is relativaly new so my guess is probably no

Regards