Filter
Exclude
Time range
-
Near
SalesforceのLWCで国番号検索コンポーネント作成。recordIdでwireしてきてimportしたarrayに番号や国名でfind検索をかける。電話番号で国番号ある場合は、検索文字をプリセットしてもいい。きびきび動いて気持ちいいなぁ。このあとupdateRecordで番号やISO国番号を選択更新。
6
384
Update Records on Import This module allows you to update records on Import. The field (for which enabled 'Update if exists') will work as an external identifier to update the record. #odoo #odoo16 #candidroot #Updaterecord #odoomodule #odoomoduledeveloper #moduledevelopment
1
I train the users to use bulk edit and update the field. Or if we have time to do some development, add a button to call updateRecord() client API for the selected records and show the confirmation dialog
2
If you planning to try out @harperdbio with the dot net core app, I just built a basic startup package that helps in integration and performing operations like CreateSchema CreateTable CreateRecord CreateBulkRecord GetById ExecuteQuery UpdateRecord github.com/rajat-srivas/Harp…

1
1
4
New blog post: Simple updateRecord example with uiRecordApi in LWC. #Salesforce #forcetrails forcetrails.com/2021/03/uiRe…
2
#NewVideo #SFDCStop Create your own Lightning Record Edit Form in LWC using Lightning Data Service | updateRecord() youtu.be/A_fhEFu4a9g @salesforce @SalesforceDevs #Salesforce #SalesforceDevelopers #lwc #trailblazercommunity #salesforceohana

1
4
For example, with UpdateRecord. Set "Replacement Value Strategy" to "Literal Value". Then add property "/path/to/date/field" with value "${field.value:toDate('MM/dd/yyyy HH:mm:ss', 'EST'):format('MM/dd/yyyy HH:mm:ss', 'UTC 01:00')}" (2/2)
1
2
Biggest tip for beginning coders? Name your methods/functions with a noun & verb - e.g. updateRecord(). That will tell what you are doing, & which entity you are doing it to. #coding #javascript #html #css #python #golang #100daysofcode #girlswhocode
1
14
27
SQL Insert and Update functions for our MBS #Xojo SQL Plugin InsertRecord(TableName as String, Record as Dictionary) UpdateRecord(TableName as String, Record as Dictionary, Keys as Dictionary) Just pass values as dictionary and we write the SQL for you. mbsplugins.net/archive/2018-…

1
2
8 May 2018
Update the contents of an @apachenifi FlowFile using UpdateRecord: community.hortonworks.com/ar… <-- how to prepare each record in a flow by adding new fields to / removing unnecessary fields from it, then use the success relation to pass it along for further record-based processing

2