• Merge Input of the Fields into an other Field

    Hello everyone, i've a problem to merge to fields (pers_firstname, pers_lastname) into a new field pers_completename When a user add a new person or edit a person the field pers_complete name should be filled automatically. I am really new to the…
  • Quote Items - Page Reloading

    We have Line Item Screen Position set to Split. When we add a new line item or modify a current item, the page reloads and we are at the top of the page. The users has to scroll back down. 1. Is there anyway to avoid this? If I recall correctly this…
  • Popup Window Issues in 7.2f1

    On our quote page I've added a button to open a popup window to add a new address for the customer. var buttonaction = crm.url(241).replace("Key0=86", "Key0=1").replace("Mode=3", "Mode=1")+"&PopupWin=Y"; var xURL = "<a id='btnnewaddress' href='#'><img…
  • Custom entity field value in custom content script

    Hi All, I have added one html label in custom content. I want to change the text of that label with custom entity field value. For example: 1. I created Test Entity 2. Created test_amount field 3. Created summary screen and added above field…
  • Using fusion charts to replace API Flash Charts

    Our Financial Controller is a big fan of Stacked Bar charts, which causes me a problem on our custom asp fees tab, as through the API we don't get access to this chart type . Through the Flash Charts however, we do, in this article by the great Jeff Richards…
  • Use COM API in aspx selfservice page?

    Hi all, I have developed an aspx page to upload files to the server through the web SelfService . I added the access to the main page . The page loads correctly , but the JavaScript in the " include" pages not interpreted. My question is , can I call…