• RE: assetwise incident management

    CAP Overview.pptx Attached ppt of CAP Overview, which can help you to understand more. Practically this has been implemented on Constellation Energy, Ameren Callaway, Energy Solution, etc.
  • Error parsing the eqltext - eB web i get this error - eB Director it works fine???

    In eB web i get this error?? any idea why? START WITH Document SELECT Id, Code Number, Name Title, Attributes["Global", "NDA Betrokken Site's"].Value, Attributes["Global", "NDA Datum ondertekening"].Value, Attributes["Global", "NDA partner external…
  • eql for finding all ECR's who are Expedited between date1 & date2

    can anyone help me providing me the eql code for an eB report to find all ECR's which are Completed between date1(datepicker) and date2 (datepicker)
  • eB Web : Attributes with no data are not visible in view mode

    You can change this behaviour. There is a global setting called “hideEmptyProperties”in web.config which by default is set to true. When set to false normally they will be visible but.... It creates another bug: you are not able to create a TAG in…
  • RE: Expedite an ECR by a WORKFLOW

    Hi Patrick, Has this issue been resolved? If so, could you please close the issue by selecting "This helped me" and "Verify Answer". If not, please let me know so I can follow up on this issue. Thanks Carma
  • EQL display responsability value

    START WITH ChangeRequest SELECT Code, Description, DateRegistered, Attributes["Global", "Tijdelijke wijziging"].Value, Attributes["Global", "Risicoanalyse"].Value, Attributes["Global", "Regularisatiewijziging"].Value, Responsibilities.Person.FullName…
  • Can you install more than 1 Ph item onto a TAG in eB Web

    In our SAP system we can install more than 1 equipment(Physical Item) onto a functional location (TAG)? please provide me more info on this topic... or do we need to use serialized items for this...
  • Re: AssetWise vs Sharepoint usage

    I believe the difference starts with overall positioning and strengths, very hard to describe in terms of individual features. Sharepoint is very good at replacing windows file manager for add-hoc file storage, as a collaboration tool and as a portal…
  • RE: EQL display responsability value

    Hi, If you want to display the fullname of "Hofdaannemer" then try the following eql : START WITH ChangeRequest SELECT Code, Description, DateRegistered, Attributes["Global", "Tijdelijke wijziging"].Value, Attributes["Global", "Risicoanalyse…
  • workflow based on if then statements of attributes

    Is it possible to have a work flow pick a path based on an attribute setting? Thanks for your help.
  • RE: eB Document Attributes not showing in eB Web

    A new template inherits attributes from the class it originates from. So the template will only show what the class has inherited. When a new class is created, and does not show all pre-existing ones, one can click the Show All link in the attributes…