Our scripts fails when upgrading from FB 7 to 8 due to upgrade problem with our Custom Action Package
When we open our Custom Action Package from FB Action Studio 7 with FB Action Studio 8 we got the message:
Invalid Actions packages:
xxx Serialize A cannot be empty
…
It turns out that a new property “Serialization ID” is empty for all actions in the package?
If I copy the properties “Action Identifier” from FB AS 7 into the corresponding “Serialization ID” in FB AS 8 it seems to work !?
There should be an automatic upgrade path from FB AS 7 to 8
/Svend
Platform: Win 7 SP1, latest updates
FB 7.0 Build 3202
FB 8.0 Build 941
The Serialization ID field is new in FinalBuilder 8. If you open an .fbp8 file in a text editor you will see something like :
action.files.copy
We use the convention for actions of : action.noun.verb
If you just use the Action Identifier it may work but it’s not something we have tested and your project files will look terrible when diffing them (no way to know what the guid means).
There is unfortunately no way to automatically generate these values, you need to open your FB7 packages in FB8’s action studio, populate the Serialization ID’s and save them as FB8 packages.