Skip to content
View ayub-ansari's full-sized avatar

Block or report ayub-ansari

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Create-custom-fields-with-apex Create-custom-fields-with-apex Public

    4

  2. Create-Picklist-Field-Using-Apex Create-Picklist-Field-Using-Apex Public

    2 4

  3. Salesforce-SOQL-Apex-Query-Builder Salesforce-SOQL-Apex-Query-Builder Public

    Dynamically constructs the SOQL based on salesforce best practices and enforce object level and field level security

    Apex 1 1

  4. Custom Push Notification In Lightnin... Custom Push Notification In Lightning Service Cosnole
    1
    public class CaseChangesPushNotification 
    2
    {
    3
        public static void sendAgentMessage(String message)
    4
        {
    5
            Case_Event__e event = new Case_Event__e(Message__c=message);
  5. GoogleDriveFileManagementFromSalesforce GoogleDriveFileManagementFromSalesforce Public

    Give ability to manage folder and file from Salesforce

    Apex

  6. SFDC-Box-Authentication-using-JWT SFDC-Box-Authentication-using-JWT Public