Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
45 views

I have created an API using AWS API Gateway, which is protected by an Amazon Cognito User Pool. I need to obtain a token from Amazon Cognito to invoke or access this API from my Salesforce Apex class. ...
Valli69's user avatar
  • 10k
-1 votes
1 answer
123 views

I have an interactive gride page. i want to hide SAVE button in action menu to prevent user to save report as default or primary report i have tried to do that using page item be hidden contain value =...
Retal Omar's user avatar
0 votes
1 answer
184 views

I am working on an Oracle Apex form where I have one field and two buttons. I need one button to perform an INSERT and then a COMMIT, while the other button only performs the INSERT without committing ...
Mateo Zambrano's user avatar
0 votes
1 answer
355 views

I have a trigger which runs i will share a piece of code which is affecting the functionality for(Pos_Item__c posItem:[SELECT Id,InProcess_Inventory_Stock__c FROM Pos_Item__c WHERE Id IN :...
Kavya's user avatar
  • 3
0 votes
0 answers
291 views

I made a mistake when creating an automation in Apex and now it will not stop running. Is their a way to stop the automation from running? I tried running the below code but I get an error that says &...
Auggie's user avatar
  • 1
-1 votes
1 answer
36 views

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
1 answer
265 views

In my Apex code, I already have an external HTTP callout. Now, I aim to use a boolean flag in production code to control whether do real HTTP callout or read a static JSON from mdt records (i.e. a ...
Xi Xiao's user avatar
  • 973
0 votes
1 answer
1k views

I followed all the steps in this forum and let's say that from the autonomous sql developer it worked in these two ways: ORA-29024: Certificate validation failure When Using UTL_HTTP.REQUEST in ...
Edisson Gabriel López's user avatar
0 votes
1 answer
203 views

Based on the case status, update the account rating when the case status is closed only. If the closed case is 1 then the rating is cold and if the closed case is 2 then the rating is hot. I have ...
rahul soni's user avatar
0 votes
0 answers
2k views

I have 2 questıons . 1)While writing code, this message appears on the developer console screen :'Unknown Error Message: Check for javascript errors. How can I solve this problem? İn apex job my ...
Destina Özgür's user avatar
0 votes
0 answers
393 views

I have created 4 automations for one application and these automations work with no issue. They are set to run every minute and they execute. When I try to add another automation to a different ...
Samuel Trahan's user avatar
0 votes
1 answer
2k views

how to find the apex class in this scheduled apex record.its not showing the apex class , then I try this in apex jobs section but it's also not showing this job Please give me solution for that . ...
Pamoda Wijesinghe's user avatar
0 votes
1 answer
121 views

Could you please help how to authentication with Xero and Salesforce using apex without repeat steps of authentication process on Salesforce side? As of now I used refresh token but it's expire after ...
Rutu PATEL's user avatar
0 votes
1 answer
683 views

There are a lot of columns to edit in this interactive grid, i want to split the row into 2 lines interactive grid like this i do not know if possible or not is there a way to do it? I did a lot of ...
Halil İbrahim Çamur's user avatar
0 votes
1 answer
62 views

https://github.com/RuRu1229/paging-page this is my page&apexCode I want to do when I press the button,I can dispaly the (next/previous) five value In the screen. Now I have six value,but when I ...
Ruru's user avatar
  • 1
1 vote
1 answer
151 views

for example, in the model dialog, when i changed the date and click the send email button. first, i need to update the informations then run the send email process, to be clear, i want to give you ...
0ptimus's user avatar
  • 33
-3 votes
1 answer
2k views

I dont understand whats the issue here is. Please still gives the error. public static void AmountHandlertest(){ //CODE; } I want to run that method but shows an error saying Doesn't match '[a-...
Pixel's user avatar
  • 79
1 vote
1 answer
1k views

I am a fresher in oracle apex, need some inputs. There is a form to enter header information. In that there is a date field :P100_ENTERED_DATE, if this field value is less than current date then we ...
vr_oracle's user avatar
0 votes
1 answer
1k views

I need to perform certain actions or notifications whenever a user logs into Salesforce. However, it seems that creating a trigger directly on the LoginEvent object is not possible in Salesforce. I ...
Himanshu Joshi's user avatar
0 votes
1 answer
455 views

I am currently writing a mock callout class to test an API call that is being pushed into a production environment. The problem that I am having is the class that has the API call in it is an ...
Trout's user avatar
  • 33
-1 votes
1 answer
517 views

I was trying to write in Excel file that is already located on the server. I'm using Oracle Apex 22. Is it avalibale? I was trying to write in excel file. but I couldn't find the way I have been ...
MSamy's user avatar
  • 1
0 votes
1 answer
215 views

How to handle Special Characters in Upload wizard in Oracle APEX from CSV file: é è à ù ç ñ ö ë í á ó Also, I want to do Transformation of these special char to Alpha chars. When I upload Excel ...
Anshul Ayushya's user avatar
0 votes
1 answer
132 views

I create table b create table b( id number(3), name varchar2(5), birth_day date ); & I create trigger p create or replace trigger p before insert on b for each row declare g number; begin ...
mostafa majidi's user avatar
0 votes
0 answers
172 views

attched is my output enter image description here Bolow is my visulforce Page and apex page i am expecting output as a single record in 2 column and has next and previous button to next and previous ...
Siddhesh Paratane's user avatar
0 votes
1 answer
636 views

I'm using Visualforce Page to display some selection fields, and based on the selections I'm updating my list. <apex:form> <div class="map-controls"> <div class=&...
ugiican's user avatar

1
2 3 4 5
30