B2C-Commerce-Developer 문제 86

What happens if the log file size limit is reached in custom logging?

B2C-Commerce-Developer 문제 87

디지털 개발자는 샌드박스로 가져와야 하는 사이트 내보내기 파일을 컴퓨터에 보관하고 있습니다.
개발자는 이 파일의 데이터로 샌드박스를 어떻게 업데이트해야 할까요?

B2C-Commerce-Developer 문제 88

A merchant asks a developer to create a CachePartition for the home page, so that when the home page is edited, only the home page is cleaned.
Given the above requirement, where should the developer create that partition in Business Manager?

B2C-Commerce-Developer 문제 89

위의 OCAPI 정의를 고려할 때 어떤 권한이 적용됩니까?

B2C-Commerce-Developer 문제 90

다음은 newsletter.xml 파일의 양식 정의 스니펫입니다.
<?xml 버전="1.0"?>
<양식 xmlns=http://www.demandware.com/xml/form/2008-04-15>
<field formid="email" label="이메일" type="문자열" 필수="참" 최대 길이="50" />
</양식>
어떤 코드 줄에서 폼 데이터를 담는 JSON 객체를 생성합니까?