[ CAP ] objcect 페이지의 default 값 대입해 UI 비동기 갱신하기


[ CAP ] objcect 페이지의 default 값 대입해 UI 비동기 갱신하기

schema.cds entity Contacts entity Contacts : cuid { name : String; phone : String; building : String; country : Country; street : String; city : String; postCode : String; addressLabel : String; photoUrl : String; } schema.cds에 aspect rootBasis에 여러 속성을 설정해두면 다른 entity에서 재사용할 수 있게 된다. contact의 경우에는 entity Contacts와 일대일 연결을 시켜주어 Contacts가 가지는 uuid에 연결된 유니크한 속성값들이 조인된다. 여기서 특이한 점 중 하나는 addressLabel..


원문링크 : [ CAP ] objcect 페이지의 default 값 대입해 UI 비동기 갱신하기