Questions tagged [custom-object]
202 questions
0
votes
1 answer
Salesforce - Refer custom field from standard object in custom object
I have a custom object. I would like to refer the custom field from opportunity object in my custom object as a read only field. How to do that?

Ramya S
- 1
- 2
0
votes
0 answers
I need to get the value of the Marketo custom object
I have developed a batch that retrieves our site's DB data and import into Marketo custom object with API. I tying to display this custom object’s value in the email body, but it is failing.
Script editor shows the custom object name but My token…

mazaka
- 5
- 4
0
votes
1 answer
What is the proper structure of a copy assignment in c++?
I am handling a binary search tree data structure and I am arrived at the implementation of the copy semantics. Since I want to do a deep copy, I decided to create a new object inside the copy assignment and then to pass it outside the function.…

NicDom23
- 11
- 3
0
votes
1 answer
Redraw Canvas's Contents
I'm currently working on a random-lightning-generator class in my app. Lightning (extends View) is a random blue path that reveals in a phase and when it's revealed it fades out.
I want the lightning to regenerate and show on the canvas again (for…

Nitzan Daloomy
- 166
- 5
- 24
0
votes
1 answer
Android QBCustomObject file uploading The resource wasn't found error
I am trying to upload file using QBCustomObjectFiles ,uploading starts to show progress in log cat ,but with file field is null and response throws error like this '{"errors":["The resource wasn't found"]}'
I checked My Note Class on Quickblox…

paul
- 3
- 4
0
votes
1 answer
What to do when SObject is not being found?
I am trying to empty the recycleBin. Thus I need to query the existing SObjects of the records. If a match of the records SObject Name has been found, than the query should happen. Else it just shouldn't query anything. The return type is a query.…
0
votes
2 answers
Custom object lab for my javascript class not running properly
I'm working on a lab for my Javascript class and it is a lab dedicated to custom objects and constructor functions. object. I'm making a custom object some musical artists I like. Creating a list of my favorites that I can repeatedly access. I made…

Bryce Davis
- 15
- 1
0
votes
1 answer
Is there a way to import Custom Object data from csv file using the Marketo REST API?
I'm creating a new application to regularly import custom object data to Marketo. In my code I am using the REST sample for importing leads that can be found here. That works just fine.
But how to import custom object data in the same way - from a…

Johnny
- 40
- 8
0
votes
1 answer
How to add a member in custom object within a do while
Its a short question but i have some problems understanding customobjects in powershell.
I tried to create a list but was not able to do make it work i have to less knowledge for this.
$applist = [PSCustomObject]@{
appname =…

Kevin
- 193
- 1
- 4
- 16
0
votes
1 answer
Share ARCore Renderable between Activities
How do I share a Sceneform Renderable between activities?
I have an app where the user can read information about an object which has probably a renderable linked. In activity A, if a renderable is linked a click on a button starts an ARCore…

ManuelTS
- 316
- 4
- 14
0
votes
1 answer
Implement Spinner in TableView to show/edit value of custom object
I have an ObservableList of custom objects RecipeObject_Fermentable, whose properties I am displaying to the user through a TableView. For the most part it works well; when I populate the ObservableList with a new item, the TableView displays its…

Joe
- 45
- 1
- 5
0
votes
1 answer
In salesforce how to add a custom checkbox in pre-existing standard (E.g. User creation) page using Apex?
I want to create a salesforce app. That have trigger on user creation. I need to make it optional by including a checkbox on user creation page.(i.e : the trigger have to start only when my custom checkbox is selected).
How to add custom checkbox…
0
votes
1 answer
Array of custom objects in Room Database
I'm trying to create a Room database for my Android app and I have run into a problem with array of custom object.
Error message:
java.lang.IllegalArgumentException: cz.polreich.banks.model.airBank.OpeningHoursDay[]cannot be converted to an…

Martin819
- 412
- 2
- 7
- 26
0
votes
1 answer
Can an Arraylist of Custom Objects contain arraylists of other custom objects?
Can an Arraylist of Custom Objects contain arraylists of other custom objects? And how would that work?
I tried:
public class BankAccount {
private String mTitle;
private float mBalance;
private ArrayList mHistory;
public…

jonasxd360
- 1,225
- 4
- 19
- 35
0
votes
2 answers
Adding new records and displaying them on visualforce page from custom object
I get an error in visualforce page now. Saying:
Error:Unknown property 'tudent__cStandardController.d'
This happens when I add the delete commandLink button to the vf page. Before I add it it doesn't put out an error but on it doesn't display…

vid
- 47
- 2
- 6