Navin Tenani
25th June 2007, 12:45
Hi,

We are working with Ln 6.1 FP0

We need to add a customised session as an Activity in Sales Order Type - tdsls0560m000.
But whenever we try to add a new activity, the system gives us an error message - Activity no allowed in Sales Order Type Procedure.

On zooming to actvities it zzoms to session ttadv2506s000, where all the sessions are not available. Can anybody please guide me on how to add Fresh activities in Sales Order Type.

Thanks

Navin Tenani

ARijke
25th June 2007, 16:42
You can type in whatever you want. The zoom is to support only the standard activity sessions.

Navin Tenani
25th June 2007, 16:55
Hi,

Thanks, But whenever we try to add a new activity, the system gives us an
error message - Activity no allowed in Sales Order Type Procedure.

Regards

Navin Tenani

SDerrick
25th June 2007, 17:50
As far as I was aware, this is not possible in LN. It is because the new logic of automatic activation of activities requires additional code to be written. Makes sense really but it is a nice feature taken from us and replaced by a different nice feature.

ARijke
26th June 2007, 09:36
A manual activity can have any name with 1 exception: the first 13 characters can not be an session code. So instead of "tccom0500m000" you can name it "M: tccom0500m000".

SDerrick
26th June 2007, 14:07
A manual activity can have any name with 1 exception: the first 13 characters can not be an session code. So instead of "tccom0500m000" you can name it "M: tccom0500m000".

This is correct. I've just tested it. Obviously, there are some drawbacks to doing this such as if a user executes the order step from the status screen then the status is moved on without the customised session having been run. This function would have to be controlled and the program script of the new session would have to be written to move the status on to the next activity once completed.

Thanks for this, I thought this was impossible but I guess it's not.

Navin Tenani
28th June 2007, 09:02
Dear All,

Thanks for your input.

I was able to resolve the issue thru a workaround. Just inserted the record in tdsls060 thru GTM and then in my customised session we wrote a function to pdate the activity and procedure mask.

Thanks

Navin Tenani