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…
  • How to retrieve a list of records for company id.

    Hello, I am trying to retrieve a list of projects with associated company. (for example: i am trying to do the very same thing where when you find your company and click on 'People' tab then youll get all people associated with this company.) So…
  • [SafeCall Exception]: UnexpectedEvent (Error Number: 65535) --- happens when performing insert through custom page

    Hi, I have a custom entity called 'Project'. This entity is linked to a company id and person id where these two fields are of type 'Adv Search Select'. When creating new project record only project name and company id fields are mandatory. When saving…
  • add link image to panel or screen

    Hi How can i do this in .net SDK i try but not work
  • HTML rendering in support.js file email.body in case_details field in Cases

    Running into a issue with the support.js file and incoming tickets. We have a issue where the html is not getting parsed out and is being displayed on the case and is showing the html and headers from the email making it very hard to read. I know there…
  • How to set SSA field value in entry screen page?

    Hello. I have an entry screen which is used in many places. The SSA field data inside the screen will also flexible to the place. e.g: Payment entry page. It can be open by click "New" button in MainMenu. The page will keep all field blank. One more…
  • Why my Custom Content field can content only a few line of script ?

    Hello, Can anyone tell me why my Custom Content field in screen design page can content a few line of script? I cannot even past all script get from community. Is it has field length limitation of this Custom Content can be set to more or less? Best…
  • How to add or remove tab from MyCRM

    Hello, Can anyone tell me how can i removed existing tab away from MyCRM or TeamCRM ? and How to add a tab for custom Entity in those two main menu tab too. Thank. /Sokheng
  • How to set field value base on SSA field changed ?

    Hello everyone. I have a custom Entity (e.g Store ). In Store Entry screen i have two more person fields are PersonName(SSA field) and PersonWebsite(text field) . whenever user select or search SSA field i want to set PersonWebsite automatically base…