...
(Example- " https://Example.Stratawise.com/#/home/entities/226?search=Part123 ")
- We are able to create a customized links that as referenced in blue text above will Search for "Part123" in the module
- The term following " search= " is the phrase that will be searched within the module upon using the link
- These values may be altered to create links referencing a specific module in the work space by either the Module Name or ModuleID
- This example uses a Direct Link to specify the module, and searches a value of Part123
...
(Example- " https://Example.Stratawise.com/#/home/open/manufacturing/item?viewname=CustomView ")
(Example- " https://ExampleExample.Stratawise.com/#/home/entities/226?viewname=CustomView ")
- We are able to create a customized links that as referenced in blue text above will set the view in a module
- The term following " viewname= " is the view that will be selected within the module upon using the link
- These values may be altered to create links referencing a specific module in the work space by either the Module Name or ModuleID
- This example uses a Direct Link to specify the module, and specifies a view of CustomView
...
(Example- " https://Example.Stratawise.com/#/home/entities/226?search=Part123&viewname=CustomView ")
- We are able to create customized links that as referenced in blue text above will set the view and search within a module
- The term following " viewname= " is the view that will be selected within the module upon using the link
- While the term following " search= " is the phrase that will be searched within the module upon using the link
- These values may be altered to create links referencing a specific module in the work space by either the Module Name or ModuleID
- This example uses a Direct Link to specify the module, searches a value of Part123, and specifies a view of CustomView
(Note: the specifications around the & being switched will produce the same result as detailed between the examples above)
...
(Example- " https://Example.Stratawise.com/#/home/entities/226?eid=50 ")
- The above example allows the URL to specify the module and open a request within the grid
- This is done by using the EntityID whose value is labeled in blue text above and is the same as the ID value of a request
- This format allows a specific request to be opened and edited
- This example uses a Direct Link to specify the module, and the open a request by the EntityID
...