Browse By Tags

  • How to add custom screen to default entity block like Company or Person.

    Hi, I tried to add a screen to personsummaryblock where i also activated my component recording but the screen is not there? Am I doing something wrong or is the feature not working?
  • How to enable field requirement checking? ASP .API (SDK)

    Hi, I have a small issue with save button on my 'myAircraftNew' page. If i dont provide details for my required fields the save action will completely ignore it. The resulting action is a new null record in my database. How can i enable field…
  • complex screen in ASP.NET c#?

    How can i create a complex page in ASP.NET c#? I cant find any example. Please help me.
  • how to create Back button in ASP.API (SDK)

    Hello, I have a cancel button here defined in my search page : this.CancelMethod =""; When i press this button i would like to to simply go back one page. How can i do that? Thanks.
  • How to assign DataPage to Summary tab in SDK (ASP.API) and make it active after entity selection.

    Hello, I am trying to assign my EntityDataPage to Summary tab. At the moment Summary tab points to the EntityDataPage method within DLL file. When i select a specific item from a list of items then ill get my EntitiyDataPage from my dll file which…