I have a mod in my environment that enables you to assign a fixed asset to an inventory item and serial number. Now I’m trying to change the count journal line form to display the same fixed asset id and serial number every time I create a new count journal line.
At the moment, it seems like the InventJournalTrans has miscellaneous fields available to place on the form. Does this assignment appear anywhere outside of the InventJournalTrans table?
Also, what allows assets to be available for the Fixed Asset to Inventory journal?
Update the cross reference to answer the question yourself.
You can search for the use of the
AssetId, especially search for “write”.To my knowledge there is not a relation between
AssetIdandItemId, and even if there were, then updating the count journal would update inventory, but not the asset subsystem. You may prove me wrong using the cross reference.