Hi All,
I see that now when using Switch Flavor in SP3 you can no longer write the Flavor name but have to use the flavor id.
Switch Flavor by Flavor ID
The "Switch flavor" script action now works with a flavor ID instead of the flavor name. This helps in switching to the correct flavor when there are multiple target flavors with the same name. The flavor ID can be obtained using the select control button in the script editor window as shown below. The flavor ID can also be copied to the system clipboard by double-clicking on the flavor name in the flavor bar in edit mode. This is useful to add a switch flavor action into the script where the flavor is of another transaction.
I have encountered the following issue and wonder if anyone else has had this issue?
When using Switch flavor you now use the 'picker' to click on the flavor you wish to switch to. This is fine if you are in the transaction that contains the flavors, not so good if you are on as in my case the main SMEN screen as the flavor is not available to pick.
that aside, I then went to the actual transaction (in my case migo), added a script button just to use the switch flavor scripting, this enabled be to use the picker to select the flavor, thus providing me with the GUID of the flavor.
This I then simply copied, and pasted back into the original script on my smen flavor.
All fine so far...until I exported all the flavors and then imported them into my target client. My script containing the switch flavor failed at the point of switching flavor with the following error:
I have checked my script in the source system and can see the flavor id is the same:
D067E5E6A18B1EE4AC8D11EC3DDCA251
Yet if I check the same flavor in the target client it gives me this:
782BCB5A29A91EE583B7F21BEB899476
So my flavors have different GUID's in my DEV and QAS system.
Am I missing something?
thanks,
Ian