
PSA Admin
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 9
Activity overview
Latest activity by PSA Admin-
PSA Admin created a post,
Expected behavior on Pre-Save Page JS Hook error
Hello fine people! I have a pre-save-page hook on the initial export step from SalesForce via SOQL query. The JS hook does several data transforming steps, one of which is to parse item description...
-
PSA Admin commented,
Thank you, Tom! Question: is the filter either J-Script or Rule but not both? I'm guessing that's they are mutually exclusive, but just wanted to verify. Jim
-
PSA Admin commented,
So I finally determined the problem is with NetSuite importing the date. Although the dateadd() function works as intended within the confines of the Celigo UI, NetSuite is assuming the date/time i...
-
PSA Admin commented,
Excellent article as I get into more javascript hooks. Question: in testing and using the preview functionality of the j-hook window, is there a way to preview with more than a single object in the...
-
PSA Admin commented,
Thank you so much, Courtney. This works in the playground environment (if you add the second "}" to the end), but in the live integration app preview mode, it not only reverts to UTC, but also subt...
-
PSA Admin created a post,
time and date with time zone
AnsweredHello world, I am trying to get a Mountain Time time stamp in a simple map to a date/time field in NetSuite. I have seen the nice list of formats, but that doesn't include time zones. And a nice li...
-
PSA Admin commented,
Did you really just post this a week ago? Good timing again!
-
PSA Admin commented,
Thank you! I didn't realize handlebar expressions were evaluated in that context beyond simple field substitutions. Jim
-
PSA Admin created a post,
NetSuite Empty Fields and SQL import
AnsweredI am importing to SQL server using a NetSuite listener and an SQL import update query. The query fails, however, if the source data is missing a field. This happens because, apparently, when a fiel...
-
PSA Admin created a post,
Unwanted URL encoding
I am importing URL as hyperlinks into SalesForce, but some of the characters are getting encoded, and the links are breaking. Here is my expression from the map for import to SF (I'm truncating at ...