
Originally Posted by
Angel I've had similar needs in the past. Unfortunately, there is no way to do it via built-in features.
You might be able to work around it by using logic hooks to invoke some custom code when the record is being edited, but this may not be an ideal approach as it doesn't handle new records well.
What I've had to do in the past is modify the Sugar code to get it to default.
So, in short, it is possible, but it will require a code change or you'll need to live with some limitations of the workflow if you want to do it via a logic hook. The advantage of the latter is that it is upgrade safe, while a manual code change isn't.
Bookmarks