• Mark fields that failed validation

    Due to different screen resolutions and window sizes the red arrow, that points to requrired fields that failed validation due to not being filled in, sometimes points to wrong fields when the row couldn't fit the arrow anymore. I used this tutorial…
  • How to set a field value with COM API?

    Hi, I have a pretty unique scenario where an ASP file is encrypted. However, I am able to add my own code on top of it. The requirement is to pre-populate a field with a value from Company table. This is done for the portal and I am using the…
  • Applying a Change to All Fields (selection)

    Hi all, first post and hopefully a simple question. We have recently concluded activities for 2015 and we're now preparing to get an early start on 2016 activities. I want to organize cases by the year where we began activities. Because the calendar dates…
  • add new field / edit Screen "PersTopContent"

    which view did sagecrm 7.2 b use in this screen, "PersTopContent" ? how is it possible to add a new field from enity company in this view? thx
  • Field Not showing In Properties LIst

    Hi! I have created a field "oppo_lostreason" and want to put it on th opportunity screen. When I do inline customization, it does not show as a field in the properties list for the area I want to place it in. Wisdom, please. Thanks!
  • Could SSA field be restrict by more than one SSA field?

    Hi, I have a requirement where one SSA field is restrict by another 2 SSA field. In my case a field "sample ssa field" should be restrict by "itemgroup ssa" field and "ACCPACItem ssa field" . The standard function of SSA field only allow it to be…
  • How to make read only field that retrieve value from AJAX script

    Dear, All https://community.sagecrm.com/partner_community/b/hints_tips_and_tricks/archive/2009/04/21/using-ajax-to-accessing-server-side-objects-client-side.aspx From above link related with ajax code I have some question. How to make read only field…
  • How to create auto-increment unique field?

    I'm trying to create a unique field that will has some specific format to my customer. The format is as this"LD:YYMM-XX" where YY is year,MM is month, and XX is auto-increment value. Currently I can do it by using oncreate script. But I facing the problem…
  • How to make field that retrieve value from AJAX-client script become read only?

    Hi, I make an SSA field that upon being select will use ajax client side script to get data base on SSA field link to another entity, the problems occur that I want to prevent user from changing the retrieved value but I can't use oncreate script since…
  • Search Select Advanced: only people with business email address

    I have a two-part problem, currently being addressed through some kludgy scripting. We need: 1. A search select advanced field that only shows the names of people who have business email addresses; and 2. A second field that populates with the business…
  • How to add a field "Number of views" for a Solution

    Hello, I would like to add a field "Views" or "Number of views" on each Solution. This field must be incremented each time someone sees the solution. In order to see the most viewed solutions, the most popular. How can I increment it? Can a script be…