• I5mail
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
I've created a custom list button in my sandbox, and it's working perfectly well.  However when I deployed it to production, it just doesn't open the pop up window fully, any idea(s) why this is occurring?

I've checked that the field references etc. are all correct, any help would be much appreciated.

Thank you in advance 🙏 

error window not opening fully
  • October 03, 2022
  • Like
  • 0
I've created a custom list button in my sandbox, and it's working perfectly well.  However when I deployed it to production, it just doesn't open the pop up window fully, any idea(s) why this is occurring?

I've checked that the field references etc. are all correct, any help would be much appreciated.

Thank you in advance 🙏 

error window not opening fully
  • October 03, 2022
  • Like
  • 0
Hi All,
I have a custom object Interests (with only 2 Record types Primary and Secondary) which is a child to Account (lookup relationship) and Account has a Related List to create child records.

1) Standard Process : The standard "New" button lets the users to redirect and select the record type of their choice to create Child records(Interests).
what i am looking for is a customized solution (Probably URL hacking) with a custom list button which should redirect the users straight away to the edit mode and Prepopulate the Account (Parent ID) and the Primary (record type) on the  child record that is going to be created,in other words when the users are redirected from the Parent Record(Account) the child record that is going to be created should have the Parent Id in the lookup field and be with its record type as Primary.
I am thinking of 2 ideas:
1) Having a custom button, upon click the users would be on edit mode by auto populating Record type (in the standad field) and the parent ID.
2) Having a custom button which lets the users to a custom VF Page where there would be only a button, upon click of the button the record type will be populated as Primary and auto populating the Parent id when creating the child record.

Now all i need is a URL to make the things work, Please let me know if anyone has a better idea or with the possible apex work around for the URl part.

Thanks.  
  • September 16, 2018
  • Like
  • 0