• Hemant Kumar 11
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 0
    Questions
  • 2
    Replies
Hi all,

When performing callouts from Salesforce to various remote endpoints, we'll occassionally/intermittently receive a "bad_record_mac" error.  Sometimes they are persistent and don't go away after a period of time, othertimes the next callout works without a problem.

Doing some Googling, it doesn't see to be an uncommon issue in the Java world, but the resources that are more Salesforce centric are very few in number.  Those resources revolve around enabling or limiting various forms of SSL on the server (SSLv3, TLSv1, etc), but there's not a lot of information around the cause and as you imagine, no difinitive solution or response from Salesforce about it.

Does anyone successfully debugged these issues or have more information about why these Salesforce originating responses are dropping at the endpoint?

Thanks in advance!

Job Applications is a custom object with a lookup relationship to the custom object Positions, A

developer would like to modify the Position fields displayed in the console mini view when a job

application record is viewed in the console detail view. What would a developer customize to

accomplish this?

 

A. the mini page layout of the position page layout

B. the related objects on the job application page layout

C. the related objects on the position page layout

D. the mini page layout on the job aplication layout

 

A developer wants to build an application on force.com platform. The data model that the users need access to applications, and the application business logic have been considered. The report and dashboard requirements have not been considered, which is true?

 

A. Data model may not be support the business logic

B. Dashboard may not be visible to management users

C. Developer will not be able to load data

D. Data model may not support the required reports

 


CreatedDate is a Date/time data type field.


What formula returns the number of days since the record was created?

 

A. TODAY() - DATEVALUE(CreatedDate)

B. CreatedDate - TODAY()

C. TODAY() - (CreatedDate)

D. NOW() - DATEVALUE(CreateDate)


When performing or updating with Data Loader, the comma delimited file must contain a column with what values?

 

A. Logical names of records

B. Profile names of record owners

C. Force.com Record IDs and Value of Record

D. Created time and date of records


A developer needs to support multiple currencies for a custom object in an application? Multi-currency has been enabled, what does the developer need to know to support the application?

(2 answers)

 

A. Must input currency ISO Field

B. Admin can add additional currencies once set up

C. Roll up summary fields will calculate incorrectly if children have multiple currencies

D. Track Currency changes automatically.


Job Applications is a custom object with a lookup relationship to the custom object Positions.

A developer would like to modify the Position fields displayed in the console mini view when a job application record is viewed in the console detail view.

What would a developer customize to accomplish this?

 

A. The mini page layout of the position page layout

B. The mini page layout on the Job application page layout

C. The related objects on the job application page layout

D. The related objects on the position page layouts

 

 

 

 

 

 

 

 

Hi all,

When performing callouts from Salesforce to various remote endpoints, we'll occassionally/intermittently receive a "bad_record_mac" error.  Sometimes they are persistent and don't go away after a period of time, othertimes the next callout works without a problem.

Doing some Googling, it doesn't see to be an uncommon issue in the Java world, but the resources that are more Salesforce centric are very few in number.  Those resources revolve around enabling or limiting various forms of SSL on the server (SSLv3, TLSv1, etc), but there's not a lot of information around the cause and as you imagine, no difinitive solution or response from Salesforce about it.

Does anyone successfully debugged these issues or have more information about why these Salesforce originating responses are dropping at the endpoint?

Thanks in advance!