Skip to main content

Questions tagged [apex]

Apex is a strongly typed, OOP language that allows to execute flow and transaction control statements on the Force.com platform server in conjunction with calls to the Force.com​ API. Not to be confused with Oracle Application Express (APEX) - use tag [oracle-apex] for Oracle APEX questions

0 votes
0 answers
5 views

How to link github with apex using authentication token

I am not able to link the github and apex through authentication token. Can you please help me. The below is my code. I am not able to access the github either the below code gives no result or error ...
Sneha More's user avatar
0 votes
0 answers
5 views

Issue in sending the reply mail In salesforce

I have an LWC Component which have two buttons one is for new mail and another one is for reply mail there is no issue in sending new mail, but for reply mail button when user click it, need to send ...
Kabi Mohan's user avatar
0 votes
0 answers
10 views

Book Appointment FSL

I currently have a custom code using the standard class AppointmentBookingSlot Class. When an API get call is made for a specific appointment, the class is called to return the slots "slots = FSL....
Jena Moon's user avatar
1 vote
0 answers
11 views

Calling SOAP Web Services using APEX_WEB_SERVICE

I am having issues trying to consume a SOAP web service. I getting Error: ORA-30625: method dispatch on NULL SELF argument is disallowed as a response. Bellow is the piece of code I am using. PLease ...
nelio mboana's user avatar
0 votes
1 answer
91 views

Apex Web Services Superbadge Unit - Find the Permissible Fly Zone

Find the Permissible Fly Zone ATS aims to enhance the user experience on its website by providing information about fly zones of its products based on the product code and the country where it’s ...
Vishal Mankar's user avatar
0 votes
0 answers
31 views

How to Resolve Oracle APEX Upgrade Error on Docker?

I'm trying to upgrade Oracle APEX from version 23.2 to 24.1 on a Docker setup with Oracle DB 23c and ORDS 24. During the upgrade, I encountered an error message: "There is a problem with your ...
Robin Yazbeck's user avatar
-1 votes
1 answer
16 views

Re: Salesforce Apex: Dates

Re: Salesforce Apex: Dates Keep getting this error message. Compile error: Variable does not exist: hello Line: 6 public with sharing class Solution { private String dateAsString = '2019-01-01 00:00:...
user2021924's user avatar
1 vote
0 answers
21 views

Apex Chart Multiple Legend

Title How to render different shapes for Legends in ApexCharts in Angular? Description: I'm working on Angular application where I'm using Apexcharts to visualize data. I need to customize the legends ...
PON ARAVIND BOOMINATHAN's user avatar
0 votes
0 answers
43 views

Unable to install Nvidia Apex

I am trying setup the environment in linux(linux vm from windows) for this Github project: https://github.com/NJU-PCALab/OpenVid-1M And I am unable install Nvidia Apex package with this command: pip ...
Samit Manjunath's user avatar
0 votes
1 answer
25 views

trying to create test classes in salesforce apex and pass with 100% code coverage

Salesforce Apex, Test class: I am trying to create a TestClass and attain 100% code coverage in apex for a batch processing script. The class that I am testing looks like this: public class ...
user2021924's user avatar
0 votes
0 answers
21 views

Make field dependency change value in visualforce page

I currently have an issue where any changes I made on the controlling field (Stage field), the dependent field (Reason for Closure) is not changing on the visualforce page. This part is were I change ...
Sigpanda's user avatar
1 vote
1 answer
55 views

Salesforce Set Password in Bulk DML Error

I have 500 user accounts stored in a list. I want to set their password to a specific string. I have code that is running fine but it generates a DML error when the list becomes larger than 150. I ...
Ammad's user avatar
  • 13
0 votes
0 answers
35 views

Oracle APEX 24.1: Create workflow task, which has to be approved but all users with specific role, before the process resumes

As the topic states, I need to be able to create tasks that must be approved by an unspecified number of users. I have successfully created a task definition which creates as many apex_approval tasks ...
Tomasz Pudelewicz's user avatar
0 votes
0 answers
22 views

How to build an APEX

I want to eventually create some native libraries and applications. Right now I just want to try and create an APEX module with just a configuratin file or data file in it and see how it shows up on ...
chriskot's user avatar
0 votes
0 answers
36 views

Apex Installation Colab

I am trying to install Apex in my Colab Sheet but it always throws up the same error every time. I have tried looking up for various solutions but could not find one ERROR: pip's dependency resolver ...
Arpit Tiwari's user avatar

15 30 50 per page
1
2 3 4 5
174