On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.
Discussions
Quick note about debugging in Process Builder
Late Friday night, I had an epiphany of sorts. Some of you know that I've been debugging a process in Process Builder (PB) and encountering some problems. It occurred to me that in the debugging process, I went a bit too far and started debugging the Process Builder debugger. (Ooops.) While there are issues with the…
FYI: Error found in BPS 6.5 SP1 WorkitemExAdapter
I've been working on this for two days trying to find this problem and I finally tracked it down. I'm posting it here for other developers to be aware of since it's highly unlikely that this will make it into SP2. (Note: SP2 as far as I know was finalized ~ June 1st and should be appearing any day now.) I'll be submitting…
Forum formatting suggestion
I've noticed that the Documentum Discussion page doesn't have the same formatting as the other ECN communities. Mainly the columns for number of replies and when the last post was. Any way we could get those columns added back to the display? On the same topic: What other options are available for discussion navigation? As…
Implementing IWorkflowTask
Real quick: Anyone try implementing IWorkflowTask in a custom workflow method? I'm try it to save time and use it as a shortcut. Extending WorkflowMethod and implementing IWorkflowTask results in inheritance issues with getSessionManager(). Specifically, IDfTypedObject.getSessionManager() doesn't throw an exception, which…
BPM Javadocs (and others?)
For this one workflow I'm working on I want take advantage of the process variables. I have a custom workflow method that needs to read them, but the API's for doing this aren't published. Sigh... so after slamming my head down on my keyboard repeatedly I went a quest to see if they are out there. Sadly no luck. The only…
Custom Action created in TS not showing in Forms Builder
Out of massive curiosity, has anyone during their development managed to get a custom action that they have created in TaskSpace and be able to use that custom action from Forms Builder Invoke Button? (This is all using 6.5 SP1) Creating the custom action isn't the problem, but getting Forms Builder to see it is the…