The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
318 views

Sending dynamic checkbox values from a VisualForce

I created a VisualForce wherein I display values from a map (returned from a custom controller with a SOQL request) using an apex:repeat. Each time I display this VisualForce page, the amount of ...
2
votes
1answer
73 views

Maximum length of Autonumber name field

I know that if you create a custom object, with an Auto-number Name field with a format, e.g. MYC-{0000} you will be able to create records from MYC-0000 to MYC-9999. The moment you create 10,000 ...