• Kevin Dillon
  • NEWBIE
  • 5 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies
I am attempting to create a custom object within a flow.  When I run it I receive the following error

"An error occurred at element Create_RMG_RMA_Number (FlowRecordCreate).
INSERT --- INSERT FAILED --- ERRORS : (INVALID_ID_FIELD) Record ID: id value of incorrect type:"

I am able to create a standard object (account) without receiving this error.  Any guidance would be helpful.

The normal technique for linking to a report and passing in a filter parameter looks like this: (link to report) /00OS0000000wwZD?pv0={!Agency_Group__c.Id} where pv0 is mapped to the first filter value on the report.  I have a report with ''cross filter' criteria and want to pass a parameter into the cross filter condition.  I looked at the report XML and the cross filter filter is labeled as sfpv0_0.  I tried linking to the report but it's not executing with the passed value:   (link to report) /00OS0000000wwZD?sfpv0={!Agency_Group__c.Id}  Is this supported yet?

  • March 27, 2012
  • Like
  • 0