Browse By Tags

  • Change of bank rules set up and application

    My idea is simple, and should be easy to implement with minimal coding requirements. Bank rules - great for future transactions from a feed. Helps cut down a lot of the workload going forward, but, what about when you're sent a new client who has…
  • Help with Merge to Word Coding

    Hi. I'm using this code to display a Merge to Word button within an ASP file: if( CRM.Mode == 2) { if(true){ searchContainer.AddButton(CRM.Button("ButtonMailMerge", "NewDoc.gif", "javascript:document.EntryForm.TargetAction.value = 'NewWordDocument…
  • Creating a Dynamic Group in Sage CRM using the COM object TargetLists

    The COM API has an object within it called TargetLists. This object can be used within internal script (Validate, Table Level Script etc) to create both Dynamic and Static Groups. Below is a simple example of the object being used in an ASP page to…
  • Using WebServices to discover relationship information about tables

    What if you need to discover which Sage CRM tables are related to Companies and Persons? If you have access directly to the database a very easy way of discovering the children of the company or person table would be to access the custom_tables information…
  • How to create 2+ records in V7 style "simultaneously"?

    Hi, How can I create two or more instances in V7 Style code ( Leave request representation) ? In this specific case I want to create as many entrys in the table as contracts registered for the Employee. I tried with a For Cycle in "AINSERT_AFTER…
  • How to add multiline text in classes and representations?

    Hi, How do I add multi-line text in classes and representations? I used to do this in the screen field (graphic object multi-line) Best Regards
  • Using IMPORTSIL in V7 style coding

    Hi, How do I use IMPORTSIL in V7 classes and representations style coding? "Call IMPORTSIL("YBPP", WNOMFIC) From GIMPOBJ" doesnt work anymore. Best Regards