spartacus
23rd March 2012, 11:15
I'm sure if that is the right forum for my question, so let's try!

Does anybody know, from which module, process, source .... or whatever, in standard BaanERP 5.0c, tcibd001.csig (signalcode) is written? We supposed, that one out of our inventory sessions (which are heavily customized) do the job. But at the moment I find neither in the sources, nor by trying the inventory sessions anything what helps me further.
So I hope, that if someone can tell me how the standard is, that I find something in our custs.

Kind regards
Richard

tomlbacon
23rd March 2012, 21:31
To Create a new Item Signal Code you need to Baan General Menu and Under Baan Common Data
Tables
Logistic tables
Item Signals
Session is tcmcs0118m000
You can Create New Signal Codes Here for use in the Item Master.
Hope this answers your question.

spartacus
26th March 2012, 17:44
Hi Tommy,

thank you for the anwer. But I need to know how signalcodes comes into tcibd001.csig? What sessions update that field?

Kind regards
Richard

tomlbacon
26th March 2012, 22:42
Signal Codes can be selected for an item by going to Session tcibd0501m000, Double Click on an item and go to the Grouping Data Tab. There you will see what you can Populate the Item Signal Codes that have been created for the System.
Hope this helps.

spartacus
27th March 2012, 12:08
Hi Tommy,

tcibd0501m000/tcibd0101m000 this are the sessions which finally maintain table tcibd001. But I don't ask for manually maintaining tcibd001.csig. I'm looking for processes which are doing that.
Let's try to tell my problem that way: In our company a rumor is saying, that tcibd001.csig is updated somehow from inventory. If an item is untouched in warehouse for a long time the signalcode for this item will be automatically updated in a certain way. So far the rumor.

My problems:
- At the moment nobody seems to able to simulate such a behavior
- If this rumor is true, then nobody nows if it is standard or a customization
- I personally try to find something in the sources, but until now, without success :-(

So I would be happy if somebody can definitely say: In Baan standard tcibd001.csig is not updated by any process. or which procces does this job.

Thanks for your support.

Kind regards
Richard

bdittmar
27th March 2012, 18:08
Hi Tommy,

tcibd0501m000/tcibd0101m000 this are the sessions which finally maintain table tcibd001. But I don't ask for manually maintaining tcibd001.csig. I'm looking for processes which are doing that.
Let's try to tell my problem that way: In our company a rumor is saying, that tcibd001.csig is updated somehow from inventory. If an item is untouched in warehouse for a long time the signalcode for this item will be automatically updated in a certain way. So far the rumor.

My problems:
- At the moment nobody seems to able to simulate such a behavior
- If this rumor is true, then nobody nows if it is standard or a customization
- I personally try to find something in the sources, but until now, without success :-(

So I would be happy if somebody can definitely say: In Baan standard tcibd001.csig is not updated by any process. or which procces does this job.

Thanks for your support.

Kind regards
Richard

Hello Richard,

in B IV and LN standard the item signal tiitm001.csig / tcibd001.csig has to be maintained in item master.

With a customisation the described behavior maybe appear.

Check where the domain is used with session ttadv4410m000, maybe this will give you a hint.

Regards

spartacus
28th March 2012, 14:56
Hi Bernd,


in B IV and LN standard the item signal tiitm001.csig / tcibd001.csig has to be maintained in item master.

I am sure that will be the same BaanERP 5. That explains why I'm not able to find such an assignment in the sources.



Check where the domain is used with session ttadv4410m000, maybe this will give you a hint.
Regards
I personally perfer the "grep" command.

So I think I can make the conclusion that there is no programmatically assignment to tcibd001.csig.

Kind regards
Richard