Category "salesforce"

How to assign the multiple users to a Custom object?(in Salesforce)

I made a custom object called Job Requisition that has records I would like to be able to assign to only Recruiter profile Users so they could view their access

How can I get subList of a List in Apex Salesforce?

I have got a list of SObjects having N number of items/sObjects SObject[] sList = [sobject1, sboject2, sboject3, ........ , sobjectN] How can I get just 10 it

iOS Swift UI Test tap alert button

A really small UI test fails when trying to tap an alert button, what step am I missing? I'm trying to tap the "Continue" button in the alert displayed below w