Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 479 Bytes

fflib_IDGenerator.md

File metadata and controls

27 lines (18 loc) · 479 Bytes

fflib_IDGenerator Class

SUPPRESSWARNINGS

Generates fake Salesforce Ids for testing purposes

Group Utilities

Author FinancialForce.com, inc

Methods

generate(sobjectType)

Generate a fake Salesforce Id for the given SObjectType

Signature

public static Id generate(Schema.SObjectType sobjectType)

Parameters

Name Type Description
sobjectType Schema.SObjectType

Return Type

Id