cancel
Showing results for 
Search instead for 
Did you mean: 

decision step with attachment

Former Member
0 Kudos

hi

my issue is i have kept a decision step where , i need to send decision step with attachment , i have done binding in the control tab ,of decision step like this

& absence& --> &_ATTACH_OBJECTS&

my attachemnet should be absence object.

when i execute , i 'm getting the decision workitem but with

no attachment , would u help on this .

Accepted Solutions (1)

Accepted Solutions (1)

former_member190818
Active Contributor
0 Kudos

Hi Keerthi,

Check the binding properly. i think it should work. I've also done attachment like same bindings. Check import parameter is enabled in container.

Regards,

JMB

Former Member
0 Kudos

Hi,

Change your binding like below:

&ABSENCE& -> &_ADHOC_OBJECTS&.

It will work !!

&_Attach_Objects& is actually looking for BO of type SOFM, where as your ABSENCE might not be a SOFM BO but ABSENCE BO.

Regards

Krishna Mohan

Former Member
0 Kudos

even though the binding is correct , i'm nt getting the attachment ,

could u plz help me on this ...

else give any alternative suggestion ...

Former Member
0 Kudos

Hi,

Make sure you have &ABSENCE& object is instantiated in any one of the steps before to youe decision step.

In Workflow Log, check the container elements and see if Adhoc_Objects container element value getting filled or not on your user decision step? If it is not having any values and if your binding is correct, then i am sure &ABSENCE& object is not instantiated before. Check !!

Regards

Krishna Mohan

Answers (3)

Answers (3)

Former Member
0 Kudos

answered

Former Member
0 Kudos

Hi

try to pass all the key fields while instanciating the BO object, check and see whether the attachment fieds are getting filled by giving one of the attachement parameters in the Decision task parameters.

Krishna.

Former Member
0 Kudos

I feel you do need to do the binding from

& absence& -


> & absence&.

Create a container elerment in the custom decisiion task and do this Business Object Business Object binding from Wflow to task.

You can check similar binding in WS20000075 which is related to Purchase Order.

Thanks

Arghadip