3,918 questions with no answers
0
votes
0
answers
73
views
Download all objects in Excel
I have an Excel file, I will insert many objects in the file.
The file has no specific format (.pdf .xlsx Word etc.)
I want when I press a button, all the objects will be downloaded to the local path....
Advice
0
votes
0
replies
48
views
how should I check effect of using ‘return as locator’ if its possible to track changes through column size after data insert?
Refer to object-relational-developers-guide/Nested Table Locators
‘For large child sets, the parent row and a locator to the child set
can be returned so that the child rows can be accessed on demand; ...
0
votes
0
answers
48
views
Required support for Detectron2 to ONNX conversion
Currently I am working on Object Detection model. I have trained a model, want to convert to ONNX format for real time inference and deploy in the field but I am unable to determine how to convert to ...
0
votes
0
answers
671
views
GSON return Object how to parse?
My Web API returns a OBJECT and not an Array...
JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT at line 1 column 13 path $.product
I will get the ...
0
votes
0
answers
64
views
PHP Class Object Shopping Cart Data Storage Problem
H I am trying to store my shopping cart variables using Classes/Objects for integration with Klarna. The following code works great on testing but I now need the Cart (products) to be dynamically ...
0
votes
0
answers
76
views
Arrays's Objects property is either true or false but becomes always false when accessed in a loop
I'm facing an unexpected situation. I have some objects(array). Those have a property break, that is boolean. break value depends upon situation, but it becomes always false when compared in if ...
0
votes
0
answers
38
views
DandB Company Standard Object Not Visible in My Salesforce Org
I have a main managed package org where fields from the standard DandBCompany object are included in the package. However, when I try to install this package in a new org, I receive an error stating ...
3
votes
0
answers
108
views
How to compare two Powershell objects, property by property?
I'm trying to compare to MECM outputs from $cmAppBefore = Get-CMApplication -LocalizedDisplayName $cmAppName | Select-Object * (to an after object). The objects returned are standard objects as well ...
0
votes
0
answers
124
views
Salesforce Reload Page on Object after a related Object gets updated
I need help or guidance on how to achieve 'reloading page on object after a related object gets updated'. I've tried platform event with a lightning component listening on the record page but just can'...
0
votes
0
answers
84
views
Created nested json object in vb.net
I am unable to create a json object with nested objects. See the code and the current output versus the desired output.
Goal Output:
{
"carlist" : [
{
"attributes": [
{
...
0
votes
0
answers
58
views
How to have a "childlike" class instance method trigger when a "parentlike" instance attribute is updated?
I am trying to get the behaviour where childlike class instance method is triggered as a response to an instance attribute of a parent is updated. The child class can inherit from the parent if that's ...
0
votes
0
answers
39
views
Is it possible to NOT use updated values in this method?
I am working with JavaScript classes currently. Let me show you what I mean.
class Car {
constructor(name){
this.distance = 0;
this.fuel = 100;
this.pedalPressure = 0;
...
2
votes
0
answers
109
views
Why is unity "randomly" making my objects null / stating that they are destroyed?
Sometimes I can play my game the whole way through with no issues, pressing all the same buttons and running all the same code as other times (as far as I'm aware). However, sometimes I get an error ...
0
votes
0
answers
73
views
How to delete an object?
I am gonna use my codes for image processing and I created OOP programming codes. If self.set_variables.has_changed() trigger, I want to destroy all created objects such as self.set_variables, self....
0
votes
0
answers
64
views
Why are two objects from the same prefab, with the same scripts acting differently?
I'm developing a game like solitaire and all my cards are made from the same prefab. All cards in the tableau follow the exact same script but for some reason, the first card in the first tableau can ...