Fwots
Last updated
Was this helpful?
Last updated
Was this helpful?
Click on Add Fwot:
Fill in the information of the Edit Fwot window:
For example, we could set the property ApuType and set it's value to the text, ex. APS5000. In order to do that, fill in the new prop line:
Click on add (save the page to commit changes) button situated next to the fill in spaces and the Save button situated on the bottom right of the page.
Now, that FWOT will have the property accessible from the WILCO:
through IFT:
through the dashboard:
Find the fwot, you would like to delete:
Click on Delete Fwot, situated on the right top corner of the window:
Be careful, the deletion of the fwot will delete it's data forever:
Apart of predefined properties for FWOT (such as Fleet, OnMap and Hide), there is possibility to create the custom property. That property could be used afterwards in any , or the rules and even in the URL.
You could or . Or, simply use it, by accessing its value through the fwot.properties.propertyName:
In the example above, the part of the code is created on , on reception of the report. At that moment, we check if the property ApuType exists for the FWOT. If it exists, we create the new sample/parameter - APU_TYPE that has value of the property. We also create a new property (or update existing one) - "family".
We can use the property to show it on the . Access to the value of the property on the dashboard is done through the following piece of code: FWOT.properties.propertyName. At the following simple example, we display the value of the property on it's anim (apuType_anim):