My Stuff

Ben G Red Ribbon

Comments

  • also Case # is 565964: list of jobs throws unexpected error Case # is 565984: several reports missing lines or cols of data
  • Hi Thomas, we've been having some issues too, though it looks pretty good in most places... The big surprise is that server-side scripts are being loaded to the client alongside client-side scripts. Possibly because the server script loads after the client script, the server script's functions are used instead of any…
  • ken, when entering line items on an opportunity/estimate/etc, if you select the a field and click the right arrow, you should move to the next field. If you're in a field with a drop down, you should be able to use the down/up arrows to select one of the choices. Currently, you can use tab/shift-tab to move right/left but…
  • ken, the fix for issue 123001 has been released but the arrow keys aren't working for selecting from lists on line item fields
  • hi ken, the issue states "Abstract Items Machine: When typing the name of an item and pressing the enter key, "Please choose an item to add" popup appears." which doesn't match all the problems described in this thread (eg using keystrokes to select from dropdown lists on line items) - can you confirm that all the problems…
  • from the help pages: "Campaign email templates are HTML documents" use html markup and you'll get a line break in the email at every html tag, instead of at character 982 (which can put a space in the middle of words)
  • any change on this? manually editing dozens of searches is lame
  • interesting discussion. does anyone know offhand how to create an admin role for a programmer - someone with full script access and so on, but without say the ability to see the P&L and B/S? eg when the business-owner-admin needs to delegate and brings in someone with javascript skills. the normal admin role gives rights…
  • thanks JMU - i'll try the Classic center - that's the clue i was looking for -ben
  • The truncation of longtext fields in SuiteScript 1.0 seems to have begun or changed at the end of January - we didn't see it before then at all. It's broken a key custom app and creates a huge problem for us - in some situations we could load a record, but in others we'd be keeping a user waiting while we load 500 or more…
  • Thanks Alannes - that's a good idea and it will pick up "incoming messages" but unfortunately i can't have an escalation rule that triggers only during certain hours of the day (we want to use this for out-of-hours alerts) I also discovered that the "customer message" workflow is for a very obscure record, nothing to do…
  • nlapiDateToString(nlapiAddDays(new Date(nlapiGetFieldValue('custentity_projstartdate')),-42)) is nlapiGetFieldValue('custentity_projstartdate') giving you the right format to use inside new Date()?
  • This seems to be broken at the moment (v 2012.2) - when creating a Project Task from a Project's workflow, using a Create Record workflow action, you need to set the required parameter 'company' for the Project Task: Setting company = value field 'Company' doesn't work but setting company = formula {id} works