This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How can I add a column with writable cells into an existing Row-Oriented Table?

Hello there,

I have created an Custom Script Agent which collects the Hardware Inventory from our company's workstations.

Then I have created a Custom Row-Oriented Table to display the data.

Most of the necessary data is collected by the Agent but there is some information that I would like to add manually to the table like, for example, the physical location of the workstations...

How could I do that? Any hints please? I have read about the type of Binding "Writable Data Object" but I don't know how to implement it since there is a lack of Examples...

Writable Data Object

https://support.quest.com/technical-documents/foglight-for-virtualization-enterprise-edition/8.7.5/web-component-guide/36#TOPIC-880446

Thank you and regards,

Eneko

Parents Reply
  • Hi Eneko,

    To do what you want, you need to know how to use "Function".

    Here are the steps of how to do it with "Function".

    Let's say we have a list of workstations and we need to add location for them, then we can:

    1. Build a function, the input is a workstation and the output is the location of the workstation
    2. Bind the function to the table column
Children