cancel
Showing results for 
Search instead for 
Did you mean: 

Printing depending on Resource

Former Member
0 Kudos

Hi,

We have a requirement such that when printing via POD we need to put in custom logic based on the type of resource being used. Is this possible?

Logic will be similar to the one below:

if (resource == xx){

..do this

} else if (resource == ab){

..do that

}

I'm looking at creating a service extension however the resource field does not seem to be a part of the input.

Regards,

RV.

Accepted Solutions (1)

Accepted Solutions (1)

former_member182330
Active Contributor
0 Kudos

Hello,

You could developr a custom hook/service extension that will evaluate this. The resource should be available in the context that is passed to the hook/extension. There you should be able to fetch it and analyze.

Regards,
Konstantin

Former Member
0 Kudos

Thanks for your reply. We have gone ahead with that suggestion.

Follow up question though, the Workstation BO information does not seem to be available at Pre-Complete and Post-Complete hook points. Any particular reason for this? Any way we can retrieve this information?

Answers (0)