Search

Help

Page 1 of 8. Showing 74 results (0.011 seconds)

  1. Using Date Function in DBSync Integration

    Using Date function in DBSync Date has always been one of the most complex functions to be used in integration. DBSync has inbuilt date function that can be used in the mappings to convert date from source to target format. Along with the inbuilt date function, you can also utilize the date functions of various
  2. Standard Functions

    "A" is returned as 65. DATE(String dateString) This function reads a date string and returns it in the format of "yyyyMMddHHmmssZ". Mapping: <TargetField> = DATE … inputFormat) This function reads a date string and returns the date string as per userspecified date format. If the userspecified date format is not passed
  3. ODATA Date Format

    ) at com.avankia.appmashups.quickbooks.QBWebConnectorSvcSoapImpl$QBConnectorAdapter.run(QBWebConnectorSvcSoapImpl.java:238) at java.lang.Thread.run(Thread.java:745) Solution: The Odata date format
  4. Valid Close Date Password Error

    of the “valid closing date password” error from Quickbooks. Present Mapping:VALUE("OpportunityId") Tejas1.PNG When the mapping is as shown in the above image, the receivables will not get linked to salesforce when we encounter the “valid close date password” error with the opportunityID field being empty in Quickbooks
  5. Payment Date should be in a different Time Zone instead of GMT

    on mappings. Payment Date should be on Hawaii Time Zone by default it will be in GMT. Solution: Go to receivable mappings, then on Payment Date (PaymentDatec … = java.time.LocalDateTime.now(java.time.ZoneId.of("GMT10")); datetime=datetime.minusHours(10); java.util.Date date = null; try catch (Exception e) return LOG(formatter.format(date
  6. How to convert the Date value from GMT to CST along with the Time

    Issue: (Orders Date, Inventive PA , (SQL Server) to Memo field on Invoice in (QuickBooks desktop ) is showing GTM date and time. For example: If the time zone needs to be Chicago Standard Time(CST) then needs to do the following update on mappings. Orders Date should be on Chicago Standard Time (CST) Zone by default
  7. Release 4.2.5

    Effective Release Date: January 10, 2017 Release Notes: FASTTLOOKUP Added To Standard Functions In this release we have added a new function to the list of existing standard function i.e. FASTTLOOKUP . The Syntax for the function is as follows . Syntax : FASTTLOOKUP("SELECT field1 FROM table1 WHERE field2 = ( fName
  8. Payment Applied - Date from Quickbooks to Salesforce

    Payment “AppliedDate” from QuickBooks ReceivePayment into SalesForce (Invoice) Object Create new DBSync Workflow under same Project and use the following DBSync query to fetch the records from QuickBooks ReceivePayment Object DBSync Query : select from ReceivePayment where ReceivePayment.MaxReturned=100 and ReceivePaym
  9. Release 4.2.2

    Effective Release Date: December 16, 2016 Release Notes: LOOKUP Added To Standard Functions In this release we have added a new function to the list of existing standard function i.e. LOOKUP . LOOKUP function is used to query in the given connector instance and the query is only executed when the connector name
  10. Release 4.3.2.5

    Effective Release Date: June 14th, 2017 Release Notes: Minor Fixes 1. MSCRM Online Connector : The logs are not published to the user interface in the log … validation rules before deleting connector instance. 4. Deprecated Function Soft Delete: The functions which are not implemented in DBSync will not show up