function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ClubliClubli 

Force creation of contract

Hi, 

 

I know its too much to ask for a solution for this but I was just wondering if any of you know if this is possible.

 

When a certain field on accounts is changed, is there anyway to force the user to create a contract related to that account? Or even bring up the screen to create a contract.

 

Any suggestions or ideas would be greatly appreciated.

 

Thanks,

 

Clubli

Best Answer chosen by Admin (Salesforce Developers) 
Ankit AroraAnkit Arora

I don't think you can redirect to create contract screen on account update using native screen. But it is possible with visualforce and apex.

 

Or if you want to stick with native screen then you can create trigger which will create a contract on specific field update of account.

 

 

Thanks

Ankit Arora

Blog | Facebook | Blog Page

All Answers

Ankit AroraAnkit Arora

I don't think you can redirect to create contract screen on account update using native screen. But it is possible with visualforce and apex.

 

Or if you want to stick with native screen then you can create trigger which will create a contract on specific field update of account.

 

 

Thanks

Ankit Arora

Blog | Facebook | Blog Page

This was selected as the best answer
ClubliClubli

Thanks sounds good. I just wanted to know if anyone thought it was possible. Its definately out of my league but at least it may be possible.