Hi I have a custom Object called Subscription__c this object has a field with a quantity_c number field
What I need to happen is if the number field = 200 Then 200 coin records are created with two fields populated coin wallet ID & coin quality
Thanks for any help you can give
답변 2개
Watch your data volumes for how you plan to scale this; each record in a custom object is 2Kb, so 500,000 rows will consume 1 GB of your storage allocation.