Hi,
I have tried the route of making workfow buttons conditionally visible and I think that is the best solution. But how can I tell the opportunity workflow that the check field in the Residence custom table is Null and therefore the button should be hidden. ( I only want the next button to show if that check field in the Residence table is null)
I can't quite think how I pass that info across!
Thanks
Main Topics
Browse All Topics





by: lsavidgePosted on 2009-08-28 at 05:17:09ID: 25206712
Hi,
I'm not sure that what you're planning to do is possible. If you need workflow on a custom entity that will allow you to move that entity through workflow. If you have opportunity workflow on it is not easily possible to force the person to update another entity record because that would require you to step out tof the opportunity workflow and into another entity which would have it's own workflow.
The only possible thing you could do is to have javascript conditions on the following opportunity workflow that make the next step invisible unless a particular (hidden) opportunity field is updated, say with a date. This field can then be updated via the other entity using a tablescript. Once the hidden field is updated on the opportunity, this would then allow the next workflow steps to become visible.
Cheers,
Lee