• Abhishek Kumar 338
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 2
    Replies
Error:: The installed managed class is not visible.
Using Manage Package Apex Class in Custom VF page, it is giving error. Manage Package have this Class but class code is hidden.
hi All,
how we can Find Private key for CA-signed certificate. Certificate is available in Salesforce but to use this Private Key is needed.

Help me how we can find this.
I need to integrate with 3rd party app for SOAP API. I am doing SAML Assertion in APEX to generate a token. If anybody has idea please help.
How we generate token through SAML bearer assertion.
Appreciated!!!
 
basically I have CC Sandbox and I am very new to it.
Requirement: CC app will develop by us and deploy on App exchange , which will install by different Salesforce org.
How do I proceed further? little help would be useful>Link>reference.etc...
Appreciate it!!
 
Consumig one API, i need to save errror response in salesforce inbuilt functionality such as log file. suggest if any.
I am using custom field to save true/false in case api pass/fails.
 
[{"message":"Unexpected parameter encountered during deserialization: user at [line:1, column:10]","errorCode":"JSON_PARSER_ERROR"}]
Array
(
    [2] => Array
        (
            [A] => Donation: Tithing
            [B] => D-THTN
            [C] => 22.52
            [D] => 185290
            [E] => No
            [F] => Tina
            [G] => Dixon Smith
            [H] => fgfghhgsmith@gmail.com
            [I] =>
            [J] => 3059951200
            [K] =>
            [L] =>
            [M] =>
            [N] =>
            [O] =>
            [P] =>
        )

    [3] => Array
        (
            [A] => Donation: Tithing
            [B] => D-THTN
            [C] => 150.00
            [D] => 185289
            [E] => No
            [F] => Eugene
            [G] => Chaviano
            [H] => huhuhu.chaviano@gmail.com
            [I] =>
            [J] => (917) 202-5007
            [K] =>
            [L] =>
            [M] =>
            [N] =>
            [O] =>
            [P] =>
        )

    [4] => Array
        (
            [A] => Donation: Zohar Project                           
            [B] => D-ZHPR
            [C] => 100.00
            [D] => 185268
            [E] => No
            [F] => Jill
            [G] => Janisch
            [H] => j51fdjdfdanidsch@comcast.net
            [I] => 7733442137
            [J] =>
            [K] => 7735451927
            [L] => United States
            [M] => IL
            [N] => Chicago
            [O] => 6059
            [P] => 425 Street
        )

    [5] => Array
        (
            [A] => Donation: Tithing
            [B] => D-THTN
            [C] => 260.00
            [D] => 185267
            [E] => No
            [F] => Esteban
            [G] => Arias
            [H] => estebanarisdfffascardona@hotmail.com
            [I] =>
            [J] => 3057536991
            [K] =>
            [L] => United States
            [M] => FL
            [N] => M
            [O] => 3337
            [P] => 425  Street
        )

)
Hi.

We need 3 Certifcates
1.SSL Certificate.
2.CA Intermediate Certiticate.
3.Root Certifcate.
If you dont got the root certitifcate from the provider,you can download it from the provider website/home page.

Uploading CA-Signed Certiifcate as follows.
1.Open a Notepad.
2.Paste each certificate as per below order into the note pad.
-----BEGIN CERTIFICATE----- 
(SSL certificate) 
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE----- 
(CA Intermediate certificate) 
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE----- 
(Root certificate) 
-----END CERTIFICATE------
3.Save the notepad as "sitesSSL.cer" or "xxx.cer"
4.Now goto Settting>Security Control>Certtificate and Key Managment
5.Select the certificate in which you want to upload.
6.Upload the newly created sitesSSL.cer
7.If no errors than your done and chek your site from the browser whether you have a lock sign in the browser or not.
cheer
suresh