Snowfakery
Snowfakery copied to clipboard
Allow for the generated ids to be salesforce ids instead of incremental numbers
Salesforce ids have a specific format and it'll be useful to fake an appropriate id instead of the number id that is currently used.
The salesforce ids encode the object type in them and this can be useful - for example, if a field can point to multiple objects, the id can indicate to which object.