본문 바로가기

반응형

개발자정보

(319)
intellij limit_exceeded: too many files in retrieve call, limit is: 10000 intellij limit_exceeded: too many files in retrieve call, limit is: 10000 Contents : Custom
Salesforce 이관 할 떄 최초 등록 시점에 생성일자 등록 불가 사유 기존 데이터를 이관 할 때 Salesforce 세팅을 하면 최초 등록 할 떄 생성일자를 이관일자가 아닌 실제 기존 생성일자로 등록 할 수 있지만 모든 객체가 지원하는 것 은 아니네요. 그냥 좀. 해주지. Considerations and activation of 'Create Audit Fields' Publish Date: 2021년 6월 7일 Description Salesforce has the ability to set system fields through the API. When migrating data from an external system, the API lets you set a number of fields on objects that were previously read-only..
업무 정리 개발 & 유지보수 할 때 꼭 필요한 메모 장 업무 정리 개발 & 유지보수 할 때 꼭 필요한 메모 장 https://badayak.com/tag/jwFreeNote 바다야크 생활 속에서 컴퓨터·모바일 기기를 편리하게 사용하는 방법과 IT 소식을 소개합니다. badayak.com 유지보수 할 떄 꼭 필요한 유틸리티 추천.. jwFreeNote 실행안될때 Exception EOleSysError in module jwFreeNote.exe 해결방법은, http://www.microsoft.com/downloads/details.aspx?familyid=b769a4b8-48ed-41a1-8095-5a086d1937cb&displaylang=en 을 방문하신 후 DhtmlEd.msi를 내려받으시고 설치합니다. jwFreeNote를 실행합니다.
Salesforce CANNOT_EXECUTE_FLOW_TRIGGER : 일괄 등록 할 떄 트리거 끄고 했으나 오류 You've reached the limit of 10,000 notification actions per hour. Notification actions will start again in the next hour. 일괄로 등록 요청으로 대량 건을 등록하기 위해 트리거도 끄고 Rule 도 다 끄고 했는데 오류가 발생하여 초보라서 열심히 찾아서 Process Builder를 찾아가서 InActice 했지만 또 오류 이젠 여기도 없다. Process Builder Flows 에 가서 보니 또 있느데요
Oracle 백업 테이블 생성하면서 백업 처리하는 SQL Oracle 백업 테이블 생성하면서 백업 처리하는 SQL CREATE TABLE VIW_OPP_BAK0805 AS SELECT * FROM VIW_OPP;
Oracle(오라클) Declare begin end 기본 구조 DECLARE M_NAME VARCHAR2(50); --초기 변수 선언 BEGIN M_NAME := '투케이'; --변수에 값 대입 실시 DBMS_OUTPUT.PUT_LINE('============================='); DBMS_OUTPUT.PUT_LINE('M_NAME : ' || M_NAME); -- 결과 출력 DBMS_OUTPUT.PUT_LINE('============================='); END;
Oracle TABLESPACE 생성 및 사용자 할당(매핑) CREATE TABLESPACE TS_SFDC01 -- [테이블 스페이스명] DATAFILE 'TS_SFDC01' -- [테이블 스페이스 경로] SIZE 2048M -- [초기 데이터파일 크기] AUTOEXTEND ON -- [공간 소진 후 공간 자동 부여 기능 활성화(On/Off)] NEXT 4M MAXSIZE UNLIMITED; -- [Extent 하나의 크기] ALTER USER SFDC DEFAULT TABLESPACE TS_SFDC01; SELECT A.*, rowid FROM ENTITY_DEFINITION A ;
Oracle > MySQL 변경 시 주의사항 Oracle MySQL AFTER trigger trigger BEFORE trigger trigger Check constraint Check constraint Column default Column default Database Database Foreign key Foreign key Index Index Package N/A PL/SQL function Routine PL/SQL procedure Routine Primary key Primary key Role N/A Schema Schema Sequence AUTO_INCREMENT for a column Snapshot N/A Synonym N/A Table Table Tablespace N/A Temporary table Temporary..

반응형