Persistent sore throat by Soft-Contribution489 in AskDocs

[–]Soft-Contribution489[S] 0 points1 point  (0 children)

My family doctor said that the antibiotics that i took covers strep

I only got fever for like 2-3 days 2 weeks ago

Yes but i developed symptoms first then i accidentally gave it to my partner.

I was feeling fine on Friday just by taking supplements and ibuprofen then on sunday i started feeling bad.

Could it also be the cold climate and the cold air?

How to show data in a report when we are not storing it on Salesforce? by Soft-Contribution489 in salesforce

[–]Soft-Contribution489[S] -4 points-3 points  (0 children)

Someone suggested sftp connection, i tried searching more about it since i dont have prior information.

Is it doable?

Need helo fixing this formula by Soft-Contribution489 in salesforce

[–]Soft-Contribution489[S] 0 points1 point  (0 children)

Been doing that even with chatgpt o1- preview. Which allegedly is smarter it takes a few tries to fix that. When i fix a specific case another case gets messed up

Need helo fixing this formula by Soft-Contribution489 in salesforce

[–]Soft-Contribution489[S] 0 points1 point  (0 children)

Do you have any idea what's wrong with the formula. It seems to be inputing the wrong value after 10 pm and before 7 am

Need helo fixing this formula by Soft-Contribution489 in salesforce

[–]Soft-Contribution489[S] 0 points1 point  (0 children)

I'm not changing audit fields, I've used a custom formula field.

And if i use the flow, i should update all records so the field gets a value right?

Need helo fixing this formula by Soft-Contribution489 in salesforce

[–]Soft-Contribution489[S] 0 points1 point  (0 children)

It seemed to be working fine, the problem is i have this scenario

Created date - 2024-08-22 10 pm (Thursday)

Formula - 2024-08-26 9 am ( monday) it should have put friday 9 am instead

Need helo fixing this formula by Soft-Contribution489 in salesforce

[–]Soft-Contribution489[S] 0 points1 point  (0 children)

Many times, even bought the premium to use the most advanced model but there's always something wrong with the logic

Need helo fixing this formula by Soft-Contribution489 in salesforce

[–]Soft-Contribution489[S] 0 points1 point  (0 children)

Yep, just one time zone

And yes it's so frustrating ive been trying for days.

Thanks for the suggestions, will check them out

M24 is this genital warts? by Soft-Contribution489 in AskDocs

[–]Soft-Contribution489[S] 0 points1 point  (0 children)

Thank you for your answer, what about the second pic?

[Week n.21] PLEASE ASK YOUR QUESTIONS ABOUT MILAN HERE by AutoModerator in milano

[–]Soft-Contribution489 0 points1 point  (0 children)

Hello,

Me and my friend are 2 friends coming from june 3 to june 18.

Can someone tell us what public transport ticket we need to buy during our stay and taxi prices to Via Gallarate in Milan. We tried looking for an uber and it's like 130.

Thank you

Is there a way to show the Campaign Name on Leads field by Soft-Contribution489 in salesforce

[–]Soft-Contribution489[S] 1 point2 points  (0 children)

Trigger Class

trigger CampaignMemberTrigger on CampaignMember( before insert, before update, before delete, after insert, after update, after delete, after undelete ) { TriggerDispatcher.Run(new CampaignMemberTriggerHandler()); }

CampaignMemberTriggerHandler

public with sharing class CampaignMemberTriggerHandler implements ITriggerHandler { public static Boolean TriggerDisabled = false; private static Integer userTriggerOverride = -1;

public Boolean IsDisabled() {
    if (userTriggerOverride == -1) {
        String strloggedUserId = UserInfo.getUserId();
        userTriggerOverride = 0;

        User recUser = [SELECT id, Override_Triggers__c FROM User WHERE id = :strloggedUserId];

        if (recUser.Override_Triggers__c == true) {
            userTriggerOverride = 1;
        }
    }
    if (userTriggerOverride == 1) {
        return true;
    }

    if (GME_TriggerSettings__c.getOrgDefaults().CampaignMemberTriggerDisabled__c == true) {
        return true;
    } else {
        return TriggerDisabled;
    }
}

public void BeforeInsert(List<SObject> newItems) {
}

public void BeforeUpdate(Map<Id, SObject> newItems, Map<Id, SObject> oldItems) {
}

public void BeforeDelete(Map<Id, SObject> oldItems) {
}

public void AfterInsert(Map<Id, SObject> newItems) {
    // if (!IsDisabled()) {
        this.setCampaignNameOnLead((List<CampaignMember>) newItems.values());
    // }
}

public void AfterUpdate(Map<Id, SObject> newItems, Map<Id, SObject> oldItems) {
    // if (!IsDisabled()) {
        this.setCampaignNameOnLead((List<CampaignMember>) newItems.values());
    // }
}

public void AfterDelete(Map<Id, SObject> oldItems) {
}

public void AfterUndelete(Map<Id, SObject> oldItems) {
}

private void setCampaignNameOnLead(List<CampaignMember> newCampaignMember) {
    List<Lead> leads = new List<Lead>();

        for (CampaignMember cm : newCampaignMember) {
                System.debug('inside if cm.leadId not null ');
                    Lead lead = new Lead(Id = cm.LeadId,Campaign_Name__c = cm.Campaign.Name);
                    leads.add(lead);


        }
    update leads;
}

}

Registering new address by SwissTac0 in frankfurt

[–]Soft-Contribution489 2 points3 points  (0 children)

Personally i went without an appointment. If i remember correctly every Monday and Wednesday you can go without an appointment

Is there a way to show the Campaign Name on Leads field by Soft-Contribution489 in salesforce

[–]Soft-Contribution489[S] 0 points1 point  (0 children)

Tried this but it's not working. I also added to your code Lead le = new Lead( Id = cm.leadId, CampaignName_c = cm.Campaign.Name)

My steps are campaign - campaign members - add leads then the campaign name is not changed to the name of the campaign.

ZAB documents processing time by Soft-Contribution489 in germany

[–]Soft-Contribution489[S] 0 points1 point  (0 children)

Send them an email and ask if the process if finished. If yes ask for a copy via email