• INHOUSE New York
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
Hello,

I have a custom object called "Members", which operates quite similarly to Contacts but I had to create for reasons I won't get in to at this point in time.

Anyway, I am trying to create a custom button that will allow me to add Members onto a related list when I click on it. Would anyone be able to explain to me the process on how this should be done? 

Happy to provide more info if required.

 
Hello,

I'm trying to create a DateTime formula by combining a date field and time field (beta version). I've been able to create a Text output but it doesn't like it if I want it to create a DateTime value as an output.. In case you're wondering, I need it to be DateTime in order for me to use it in my activities/events.

I currently have

DATETIMEVALUE(TEXT(Date__c) + TEXT(Time__c))

Thank you for any help!