• Camaleon
  • NEWBIE
  • 60 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 7
    Questions
  • 3
    Replies
Hello guys, good morning!

I'm deployed Einstein analytics prediction model to Salesforce without connected with any object, but when i try use ConnectApi.SmartDataDiscoveryPrediction to use it, did not work! 

the error:
08:29:48.45 (1112348621)|FATAL_ERROR|System.UnexpectedException: Salesforce System Error: 571842539-179779 (-1348748483) (-1348748483)

Class.ConnectApi.SmartDataDiscovery.predict: line 565, column 1
AnonymousBlock: line 15, column 1
AnonymousBlock: line 15, column 1

When i call using API rest, works without any problem!

Somebody can help me?
Hi guys, i have a simple question or better, a simple confusion about care program and care plan.

When i use a Care program or Care plan?

This concepts are confusion for me!
Hi team,

I have a problem with wsdl generate in salesforce class, the complextype has a extension and in my class generate i do not have this "conversation", how can i do this in wsdl class in apex?

structure wsdl:
 
<s:complexType name="PairOfProdutosKeyListaProdutos">
<s:complexContent>
<s:extension base="s0:ListaProdutos"> -- here my problem
<s:attribute name="ProdutosKey" type="s:string" use="required"/>
</s:extension>
</s:complexContent>
</s:complexType>
<s:complexType name="ListaProdutos">
<s:sequence>
<s:element minOccurs="0" name="CodigoProduto" type="s:long"/>
<s:element minOccurs="0" name="NomeProduto" type="s:string"/>
<s:element minOccurs="0" name="Prazo" type="s:long"/>
<s:element minOccurs="0" name="Embalagem" type="s:string"/>
<s:element minOccurs="0" name="PrecoEntrega" type="s:decimal"/>
<s:element minOccurs="0" name="PrecoRetira" type="s:decimal"/>
</s:sequence>
</s:complexType>

 
Hi team,

I need help, I've some macros instructions in sandbox, all it created with quick actions, but in change set it doens't appaer for me, how to deploy macros instructions from sandbox to production?

Thanks for your help.
Hi team,

I need a help, I'm using Lightning in my VF to look a like, this VF need generated as PDF after user click in button, but the styles using Lightning was lost, how to solve this?

another problem is, I user apex:chart to show bars with some numbers, but how i used Lightning in my VF, the bars not show me, it is crazy hahaha...how to solve this issue too?

Thanks team.
Hi,

I need some help, I created a visualforce that have option to upload file, but only computer, i want one option to user to upload file who are within salesforce documents, as is the chatter , where we choose if we want to pick up a computer file or within the salesforce.

Any Idea?
Hi team,

I tried insert a new zip about lightning design system, but when I try the format MIME format is application/octet-stream and not application/zip, someone help me about this?

Thanks.
Hi,

I need some help, I created a visualforce that have option to upload file, but only computer, i want one option to user to upload file who are within salesforce documents, as is the chatter , where we choose if we want to pick up a computer file or within the salesforce.

Any Idea?
Hi team,

I tried insert a new zip about lightning design system, but when I try the format MIME format is application/octet-stream and not application/zip, someone help me about this?

Thanks.